Files
SyliusCmsPlugin/phpunit.xml.dist
Mikołaj Król 4d40f0ee59 Update PHPUnit
2018-07-17 01:41:43 +02:00

22 lines
824 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/5.6/phpunit.xsd"
backupGlobals="false"
colors="true"
bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="BitBagSyliusCmsPlugin Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>
<php>
<server name="KERNEL_CLASS_PATH" value="/tests/Application/AppKernel.php"/>
<server name="KERNEL_DIR" value="tests/Application/app/" />
<server name="KERNEL_CLASS" value="AppKernel" />
<server name="IS_DOCTRINE_ORM_SUPPORTED" value="true"/>
<server name="EXPECTED_RESPONSE_DIR" value="../../Responses/Expected"/>
</php>
</phpunit>