diff --git a/.gitignore b/.gitignore index 8d59e189..b13a58da 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ .DS_Store composer.lock -*.composer.lock +composer.dingo.lock .php_cs.cache /vendor/ public/ diff --git a/phpunit.xml b/phpunit.xml index e2c4899d..f589b88d 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -10,24 +10,24 @@ processIsolation="false" stopOnFailure="false"> + + tests/GenerateDocumentationTest.php + tests/Unit/DingoGeneratorTest.php tests/Unit/LaravelGeneratorTest.php tests/Unit/GeneratorPluginSystemTest.php + + tests/Strategies + tests/Unit/RouteMatcherDingoTest.php tests/Unit/RouteMatcherTest.php - - tests/GenerateDocumentationTest.php - - + tests/Unit/PostmanCollectionWriterTest.php - tests/Tools/AnnotationParserTest.php - - - tests/Extracting/Strategies + tests/Unit/AnnotationParserTest.php diff --git a/tests/Extracting/Strategies/BodyParameters/GetFromBodyParamTagTest.php b/tests/Strategies/BodyParameters/GetFromBodyParamTagTest.php similarity index 99% rename from tests/Extracting/Strategies/BodyParameters/GetFromBodyParamTagTest.php rename to tests/Strategies/BodyParameters/GetFromBodyParamTagTest.php index b87c30be..59bc15b2 100644 --- a/tests/Extracting/Strategies/BodyParameters/GetFromBodyParamTagTest.php +++ b/tests/Strategies/BodyParameters/GetFromBodyParamTagTest.php @@ -1,6 +1,6 @@