switch composer.json to sf-3

This commit is contained in:
2018-04-24 14:14:53 +02:00
parent 8c4ddd8342
commit cda62553eb
4 changed files with 17 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./Resources/test/Fixtures/App/app/autoload.php" colors="true">
<phpunit bootstrap="./vendor/autoload.php" colors="true">
<testsuites>
<testsuite name="ChillMain test suite">
<directory suffix="Test.php">./Tests</directory>
@@ -19,5 +19,6 @@
<php>
<server name="KERNEL_DIR" value="./Resources/test/Fixtures/App/app" />
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" />
<env name="APP_ENV" value="test" />
</php>
</phpunit>