Skip to content

Commit

Permalink
Add XSD specs for phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Oct 16, 2020
1 parent e148788 commit 7a751d2
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="tests/bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.5/phpunit.xsd"
bootstrap="tests/bootstrap.php"
colors="true"
>

<filter>
<whitelist>
<directory>src/Carbon</directory>
Expand Down

0 comments on commit 7a751d2

Please sign in to comment.