Skip to content

Commit 47acd5a

Browse files
mcuadrosGianluca Arbezzano
authored and
Gianluca Arbezzano
committed
phpunit.xml.dist
1 parent 30409ae commit 47acd5a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

phpunit.xml.dist

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<phpunit bootstrap="tests/bootstrap.php" colors="true">
4+
<testsuites>
5+
<testsuite name="Test Suite">
6+
<directory>tests/</directory>
7+
</testsuite>
8+
</testsuites>
9+
<filter>
10+
<whitelist>
11+
<directory suffix=".php">src</directory>
12+
</whitelist>
13+
</filter>
14+
</phpunit>

0 commit comments

Comments
 (0)