We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5717d7a commit 573f361Copy full SHA for 573f361
tests/Feature/CacheTest.php
@@ -110,7 +110,7 @@
110
expect($responseB->json())->toEqual(['name' => 'Gareth']);
111
});
112
113
-test('it will cache post requests if you customise the cacheableMethods property', function () {
+test('it will cache post requests if you customise the cacheableMethods method', function () {
114
$mockClient = new MockClient([
115
MockResponse::make(['name' => 'Sam']),
116
]);
0 commit comments