pickles/phpunit.xml
2014-10-04 07:24:57 -04:00

14 lines
423 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/4.2/phpunit.xsd"
bootstrap="tests/bootstrap.php"
colors="true"
stderr="true"
>
<testsuites>
<testsuite name="Pickles Test Harness">
<directory>./tests/Pickles</directory>
</testsuite>
</testsuites>
</phpunit>