new architecture for tests

This commit is contained in:
2017-07-04 21:46:15 +02:00
parent 90d74c609e
commit f36ee2f482
9 changed files with 1407 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./Tests/bootstrap.php" colors="true"
<phpunit bootstrap="./Resources/test/Fixtures/App/app/autoload.php" colors="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
backupGlobals="false">
@@ -20,7 +20,7 @@
</whitelist>
</filter>
<php>
<server name="KERNEL_DIR" value="./Tests/Fixtures/App/app/" />
<server name="KERNEL_DIR" value="./Resources/test/Fixtures/App/app/" />
<ini name="error_reporting" value="-16385"/>
</php>
</phpunit>