DesignPatternsPHP/phpunit.xml

11 lines
256 B
XML
Raw Normal View History

2013-05-10 19:51:19 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="Tests/bootstrap.php" colors="true">
<testsuites>
<testsuite name="Design Patterns tests">
<directory>./Tests</directory>
</testsuite>
</testsuites>
</phpunit>