Skip to content

Commit 573f361

Browse files
committed
Renamed test
1 parent 5717d7a commit 573f361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/CacheTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
expect($responseB->json())->toEqual(['name' => 'Gareth']);
111111
});
112112

113-
test('it will cache post requests if you customise the cacheableMethods property', function () {
113+
test('it will cache post requests if you customise the cacheableMethods method', function () {
114114
$mockClient = new MockClient([
115115
MockResponse::make(['name' => 'Sam']),
116116
]);

0 commit comments

Comments
 (0)