We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d72a4c commit 3c33ff2Copy full SHA for 3c33ff2
phpunit.xml
@@ -11,7 +11,7 @@
11
processIsolation="false"
12
stopOnFailure="false"
13
syntaxCheck="false"
14
- bootstrap="./vendor/autoload.php">
+ bootstrap="./tests/bootstrap.php">
15
<testsuites>
16
<testsuite name="PHP Enum Test Suite">
17
<directory suffix=".php">./tests</directory>
tests/bootstrap.php
@@ -0,0 +1,3 @@
1
+<?php
2
+
3
+\SebastianBergmann\Comparator\Factory::getInstance()->register(new \MyCLabs\Enum\PHPUnit\Comparator());
0 commit comments