mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 09:30:58 +00:00
19 lines
633 B
XML
19 lines
633 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="Sylius Test Suite">
|
|
<directory>tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
|
|
<php>
|
|
<server name="KERNEL_CLASS" value="TestAppKernel" />
|
|
<server name="IS_DOCTRINE_ORM_SUPPORTED" value="true" />
|
|
<server name="ESCAPE_JSON" value="true" />
|
|
</php>
|
|
</phpunit>
|