Skip to content
This repository was archived by the owner on May 1, 2019. It is now read-only.

Commit 0f4b065

Browse files
committed
Enhancement: Add schema for phpunit.xml
1 parent 1961917 commit 0f4b065

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

phpunit.xml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?xml version="1.0"?>
22
<phpunit
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.8/phpunit.xsd"
35
bootstrap="./module/Application/test/bootstrap.php"
46
colors="true"
57
convertErrorsToExceptions="true"

0 commit comments

Comments
 (0)