Skip to content

Commit

Permalink
Merge pull request #1568 from localheinz/feature/schema
Browse files Browse the repository at this point in the history
Enhancement: Reference `phpunit.xsd` as installed with `composer`
  • Loading branch information
richardm-stripe authored Sep 15, 2023
2 parents b449e42 + f6322f9 commit 9b387b8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion phpunit.no_autoload.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<phpunit bootstrap="tests/bootstrap.no_autoload.php" colors="true">
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="tests/bootstrap.no_autoload.php"
colors="true"
>
<php>
<env name="IS_RUNNING_PHPUNIT" value="true"/>
</php>
Expand Down
7 changes: 6 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<phpunit bootstrap="tests/bootstrap.php" colors="true">
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="tests/bootstrap.php"
colors="true"
>
<php>
<env name="IS_RUNNING_PHPUNIT" value="true"/>
</php>
Expand Down

0 comments on commit 9b387b8

Please sign in to comment.