Skip to content

Commit 4a34b10

Browse files
committed
[phpunit.xml] Fix incorrect nested filter element
1 parent 0490b6c commit 4a34b10

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

phpunit.xml.dist

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<phpunit bootstrap="tests/bootstrap.php" colors="true">
3-
43
<testsuites>
54
<testsuite name="Unit Tests">
65
<directory>tests</directory>
76
</testsuite>
8-
9-
<filter>
10-
<whitelist>
11-
<directory suffix=".php">src</directory>
12-
</whitelist>
13-
</filter>
147
</testsuites>
8+
<filter>
9+
<whitelist>
10+
<directory suffix=".php">src</directory>
11+
</whitelist>
12+
</filter>
1513
</phpunit>

0 commit comments

Comments
 (0)