matrix-php-sdk/phpunit.xml.dist

15 lines
428 B
Plaintext
Raw Normal View History

2013-08-07 17:33:05 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="League Test Suite">
<directory>tests/League</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">src/Silex</directory>
<directory suffix=".php">src/League</directory>
</whitelist>
</filter>
</phpunit>