Skip to content

Commit

Permalink
Fixed schema location of phpunit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianKresse committed Dec 3, 2020
1 parent 453e553 commit a50e1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.3/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/5.7/phpunit.xsd"
backupGlobals="false"
backupStaticAttributes="false"
colors="true"
Expand Down

0 comments on commit a50e1d4

Please sign in to comment.