Files
faveo/vendor/psy/psysh/phpunit.xml.dist
Bhanu Slathia b1f62846ab Update v1.0.6
2016-02-16 23:24:52 +05:30

13 lines
320 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false" colors="true" bootstrap="./test/bootstrap.php">
<testsuite name="PsySH">
<directory suffix="Test.php">./test</directory>
</testsuite>
<filter>
<whitelist>
<directory suffix=".php">./src/Psy</directory>
</whitelist>
</filter>
</phpunit>