move test/Fixtures to a new directory

This commit is contained in:
2017-07-03 21:49:21 +02:00
parent 3ce6427166
commit 87a3cd20ee
26 changed files with 1390 additions and 3128 deletions

View File

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