1
0
Fork 0
mirror of https://github.com/Oreolek/yii2-nested-sets.git synced 2024-07-03 06:55:00 +03:00
yii2-nested-sets/phpunit.xml.dist

14 lines
344 B
Plaintext
Raw Normal View History

2015-01-01 08:10:10 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="tests/bootstrap.php">
<testsuites>
<testsuite>
<directory suffix=".php">tests</directory>
2015-01-01 08:10:10 +02:00
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">src</directory>
</whitelist>
</filter>
2015-01-01 08:10:10 +02:00
</phpunit>