- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathphpunit.xml
More file actions
Latest commit
10 lines (10 loc) · 432 Bytes
/
Copy pathphpunit.xml
File metadata and controls
10 lines (10 loc) · 432 Bytes
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<phpunitbootstrap="vendor/autoload.php"colors="true">
<testsuites>
<testsuitename="Design Patterns">
<directorysuffix="Test.php">Behavioral/*/php/Tests</directory>
<directorysuffix="Test.php">Creational/*/php/Tests</directory>
<directorysuffix="Test.php">Structural/*/php/Tests</directory>
</testsuite>
</testsuites>
</phpunit>