Skip to content

Commit 47ee69c

Browse files
Create phpunit.xml.dist
1 parent 9fd66a8 commit 47ee69c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

phpunit.xml.dist

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<phpunit bootstrap="vendor/autoload.php" colors="true">
3+
<testsuites>
4+
<testsuite name="PHPFastCGI Zend Expressive Adapter Test Suite">
5+
<directory>test</directory>
6+
</testsuite>
7+
</testsuites>
8+
<filter>
9+
<blacklist>
10+
<directory>vendor</directory>
11+
<directory>test</directory>
12+
</blacklist>
13+
</filter>
14+
</phpunit>

0 commit comments

Comments
 (0)