Skip to content

Commit 0fd37d4

Browse files
committed
ITT: Test names fixed.
1 parent 65d1cc7 commit 0fd37d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Asserts/CollectionAssertsTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class CollectionAssertsTest extends TestCase
77
use CollectionAsserts;
88

99
/** @test */
10-
public function it_has_equal_collections_assertion()
10+
public function it_has_collections_equal_assertion()
1111
{
1212
$collection1 = collect([
1313
['id' => 1, 'name' => 'John Doe'],
@@ -25,7 +25,7 @@ public function it_has_equal_collections_assertion()
2525
}
2626

2727
/** @test */
28-
public function it_has_not_equal_collections_assertion()
28+
public function it_has_collections_not_equal_assertion()
2929
{
3030
$collection1 = collect([
3131
['id' => 1, 'name' => 'John Doe'],

0 commit comments

Comments
 (0)