mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-06 15:55:50 +01:00
11 lines
256 B
XML
11 lines
256 B
XML
|
<?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>
|