mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-23 09:12:34 +01:00
Other improvements: - Move phpunit.xml to phpunit.xml.dist - Remove deprecated Tests/bootstrap.php
11 lines
252 B
XML
11 lines
252 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<phpunit bootstrap="./vendor/autoload.php" colors="true">
|
|
|
|
<testsuites>
|
|
<testsuite name="Design Patterns">
|
|
<directory>./Tests</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
|
|
</phpunit>
|