Skip to content

Commit

Permalink
Borrow a trick from Symfony and have the PHPUnit XML schema point to …
Browse files Browse the repository at this point in the history
…on-disk version
  • Loading branch information
dvdoug committed Jun 11, 2020
1 parent 09012bc commit ca353d2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<phpunit bootstrap="vendor/autoload.php">
<?xml version="1.0" encoding="UTF-8"?>

<!-- https://phpunit.readthedocs.io/en/latest/configuration.html -->
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
colors="true"
bootstrap="vendor/autoload.php"
>

<testsuites>
<testsuite name="BoxPacker">
Expand Down

0 comments on commit ca353d2

Please sign in to comment.