Skip to content

Commit ca9d319

Browse files
authored
Merge pull request #50 from jrfnl/feature/phpunit-update-config
PHPUnit: update configuration
2 parents e578303 + 8b07535 commit ca9d319

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

phpunit.xml.dist

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

3-
<phpunit bootstrap="vendor/autoload.php" colors="true">
3+
<phpunit
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.0/phpunit.xsd"
6+
colors="true"
7+
bootstrap="vendor/autoload.php"
8+
convertDeprecationsToExceptions="true"
9+
>
410
<testsuites>
511
<testsuite name="unit">
612
<directory>./tests/unit/</directory>

0 commit comments

Comments
 (0)