new architecture for test + autoload version 2.8.22

This commit is contained in:
2017-07-04 16:29:34 +02:00
parent fae191eef7
commit c01a2c9178
138 changed files with 42 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./Tests/bootstrap.php" colors="true">
<!-- the file "./Tests/boostrap.php" will be created on the next step -->
<phpunit bootstrap="./Resources/test/Fixtures/App/app/autoload.php" colors="true">
<!-- the file ".Resources/test/boostrap.php" will be created on the next step -->
<testsuites>
<testsuite name="ChillPersonBundle test suite">
<directory suffix="Test.php">./Tests</directory>
@@ -18,7 +18,7 @@
</whitelist>
</filter>
<php>
<server name="KERNEL_DIR" value="/Tests/Fixtures/App/app/" />
<server name="KERNEL_DIR" value="./Resources/test/Fixtures/App/app/" />
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" />
<ini name="memory_limit" value="-1" />
</php>