8000 Reinstated previous PHPUnit XML config (dupe of #177) · singlecomm/promise@fa620fa · GitHub
[go: up one dir, main page]

Skip to content

Commit fa620fa

Browse files
committed
Reinstated previous PHPUnit XML config (dupe of reactphp#177)
1 parent 8a8150d commit fa620fa

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

phpunit.xml.dist

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
3-
<coverage>
4-
<include>
5-
<directory>./src/</directory>
6-
</include>
7-
<exclude>
8-
<file>./src/functions_include.php</file>
9-
</exclude>
10-
</coverage>
11-
<testsuites>
12-
<testsuite name="Promise Test Suite">
13-
<directory>./tests/</directory>
14-
</testsuite>
15-
</testsuites>
2+
3+
<phpunit bootstrap="vendor/autoload.php" colors="true">
4+
<testsuites>
5+
<testsuite name="Promise Test Suite">
6+
<directory>./tests/</directory>
7+
</testsuite>
8+
</testsuites>
9+
10+
<filter>
11+
<whitelist>
12+
<directory>./src/</directory>
13+
<exclude>
14+
<file>./src/functions_include.php</file>
15+
</exclude>
16+
</whitelist>
17+
</filter>
1618
</phpunit>

0 commit comments

Comments
 (0)
0