mirror of
https://github.com/jbcr/SyliusCmsPlugin.git
synced 2026-03-24 08:52:18 +01:00
22 lines
814 B
XML
22 lines
814 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/6.5/phpunit.xsd"
|
|
backupGlobals="false"
|
|
colors="true"
|
|
bootstrap="tests/Application/config/bootstrap.php">
|
|
<testsuites>
|
|
<testsuite name="BitBagSyliusCmsPlugin Test Suite">
|
|
<directory>tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
|
|
<php>
|
|
<server name="KERNEL_CLASS" value="Tests\BitBag\SyliusCmsPlugin\Application\Kernel" />
|
|
<server name="IS_DOCTRINE_ORM_SUPPORTED" value="true"/>
|
|
<server name="EXPECTED_RESPONSE_DIR" value="../Responses/Expected"/>
|
|
<env name="APP_SECRET" value="''" />
|
|
<env name="APP_ENV" value="test"/>
|
|
</php>
|
|
</phpunit>
|