diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 2ada0c2..8cc3d88 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -10,15 +10,12 @@ verbose="true" bootstrap="tests/bootstrap.php"> - - tests/FunctionsTest.php - tests/Collection/CollectionTest.php - tests/Collection/CharCollectionTest.php - tests/Collection/NumericCollectionTest.php - tests/Collection/MultiCollectionTest.php - tests/Collection/TabularCollectionTest.php - tests/Collection/ObjectCollectionTest.php - + + tests/FunctionsTest.php + tests/Collection/CollectionTest.php + tests/Collection/SequenceTest.php + tests/Collection/LstTest.php +