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 65d1cc7 commit 0fd37d4Copy full SHA for 0fd37d4
tests/Asserts/CollectionAssertsTest.php
@@ -7,7 +7,7 @@ class CollectionAssertsTest extends TestCase
7
use CollectionAsserts;
8
9
/** @test */
10
- public function it_has_equal_collections_assertion()
+ public function it_has_collections_equal_assertion()
11
{
12
$collection1 = collect([
13
['id' => 1, 'name' => 'John Doe'],
@@ -25,7 +25,7 @@ public function it_has_equal_collections_assertion()
25
}
26
27
28
- public function it_has_not_equal_collections_assertion()
+ public function it_has_collections_not_equal_assertion()
29
30
31
0 commit comments