TrackManiaControl/libs/Symfony/Component/EventDispatcher/phpunit.xml.dist

30 lines
835 B
Plaintext
Raw Normal View History

2014-02-18 18:15:12 +01:00
<?xml version="1.0" encoding="UTF-8"?>
2015-01-19 11:11:45 +01:00
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
backupGlobals="false"
2014-02-18 18:15:12 +01:00
colors="true"
bootstrap="vendor/autoload.php"
>
2015-01-19 11:11:45 +01:00
<php>
2015-06-19 18:51:09 +02:00
<ini name="error_reporting" value="-1" />
2015-01-19 11:11:45 +01:00
</php>
2015-06-19 18:51:09 +02:00
2014-02-18 18:15:12 +01:00
<testsuites>
<testsuite name="Symfony EventDispatcher Component Test Suite">
<directory>./Tests/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory>./</directory>
<exclude>
<directory>./Resources</directory>
<directory>./Tests</directory>
<directory>./vendor</directory>
</exclude>
</whitelist>
</filter>
</phpunit>