mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-24 09:42:24 +01:00
14 lines
446 B
XML
14 lines
446 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit bootstrap="./vendor/autoload.php" colors="true">
|
|
|
|
<testsuites>
|
|
<testsuite name="Design Patterns">
|
|
<directory>./Behavioral/*/*Test.php</directory>
|
|
<directory>./Creational/*/*/Test.php</directory>
|
|
<directory>./More/*/*/Test.php</directory>
|
|
<directory>./Structural/*/*/Test.php</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
|
|
</phpunit>
|