initial commit
This commit is contained in:
commit
d2c38a1950
215 changed files with 15763 additions and 0 deletions
12
phpunit.xml
Normal file
12
phpunit.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<phpunit bootstrap="tests/bootstrap.php" colors="true">
|
||||
<filter>
|
||||
<whitelist>
|
||||
<directory suffix=".php">lib</directory>
|
||||
</whitelist>
|
||||
</filter>
|
||||
<testsuites>
|
||||
<testsuite name="unit">
|
||||
<directory>./tests/Unit</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
||||
Loading…
Add table
Add a link
Reference in a new issue