We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd66a8 commit 47ee69cCopy full SHA for 47ee69c
1 file changed
phpunit.xml.dist
@@ -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
12
+ </blacklist>
13
+ </filter>
14
+</phpunit>
0 commit comments