Skip to content

Commit 310ed23

Browse files
authored
PHPUnit config: add schema references (sirbrillig#245)
Co-authored-by: jrfnl <jrfnl@users.noreply.github.com>
1 parent c3243c8 commit 310ed23

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpunit.xml.dist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
12
<phpunit
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/9.0/phpunit.xsd"
25
bootstrap="Tests/bootstrap.php"
36
convertErrorsToExceptions="true"
47
convertWarningsToExceptions="true"

0 commit comments

Comments
 (0)