Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit 4a6c451

Browse files
michalbundyraweierophinney
authored andcommitted
Updated PHPUnit configuration
1 parent 2283a7b commit 4a6c451

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

phpunit.xml.dist

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit
3-
colors="true"
4-
bootstrap="./vendor/autoload.php">
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
4+
bootstrap="vendor/autoload.php"
5+
colors="true">
56
<testsuites>
67
<testsuite name="zf-apigility-skeleton">
78
<directory>./module/Application/test</directory>
89
</testsuite>
910
</testsuites>
11+
12+
<filter>
13+
<whitelist processUncoveredFilesFromWhitelist="true">
14+
<directory suffix=".php">./module/Application/src</directory>
15+
</whitelist>
16+
</filter>
1017
</phpunit>

0 commit comments

Comments
 (0)