diff --git a/ci/phpunit/integration.xml b/ci/phpunit/integration.xml index 1369fbb..687b1cd 100644 --- a/ci/phpunit/integration.xml +++ b/ci/phpunit/integration.xml @@ -10,6 +10,10 @@ verbose="true"> + + ../../tests + ../../tests/Usage + ../../tests/Usage ../../tests/Usage/symfony diff --git a/tests/Usage/symfony/composer.json b/tests/Usage/symfony/composer.json index 4f2fdb4..aa4cf77 100644 --- a/tests/Usage/symfony/composer.json +++ b/tests/Usage/symfony/composer.json @@ -41,11 +41,6 @@ "App\\": "src/" } }, - "autoload-dev": { - "psr-4": { - "App\\Tests\\": "tests/" - } - }, "replace": { "paragonie/random_compat": "2.*", "symfony/polyfill-ctype": "*",