diff --git a/tests/CollectionTest.php b/tests/CollectionTestCase.php similarity index 99% rename from tests/CollectionTest.php rename to tests/CollectionTestCase.php index 1dc1932..f4ad8a6 100644 --- a/tests/CollectionTest.php +++ b/tests/CollectionTestCase.php @@ -7,7 +7,7 @@ use function strpos; use function var_dump; -abstract class CollectionTest extends TestCase +abstract class CollectionTestCase extends TestCase { /** * Sample sizes. diff --git a/tests/HeapTest.php b/tests/HeapTest.php index 036b226..de4c71d 100644 --- a/tests/HeapTest.php +++ b/tests/HeapTest.php @@ -1,7 +1,7 @@