Skip to content

Commit

Permalink
Added XML schema location to phpunit.xml for better IDE support
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhammes committed Nov 13, 2020
1 parent 3fcbd01 commit 5701aa2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<!--bootstrap="tests/bootstrap.php" -->
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.4/phpunit.xsd"
backupGlobals="false"
beStrictAboutChangesToGlobalState="true"
beStrictAboutCoversAnnotation="true"
Expand Down

0 comments on commit 5701aa2

Please sign in to comment.