mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-22 22:33:45 +02:00
run test suit using composer autoload
Other improvements: - Move phpunit.xml to phpunit.xml.dist - Remove deprecated Tests/bootstrap.php
This commit is contained in:
committed by
Dominik Liebler
parent
00f1503a44
commit
accd7c7ecf
10
phpunit.xml.dist
Normal file
10
phpunit.xml.dist
Normal file
@@ -0,0 +1,10 @@
|
||||
<?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>
|
Reference in New Issue
Block a user