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 140e642 commit df867a3Copy full SHA for df867a3
.gitignore
@@ -36,7 +36,6 @@
36
37
# PHPUnit
38
/app/phpunit.xml
39
-/phpunit.xml
40
41
# Build data
42
/build/
phpunit.xml
@@ -0,0 +1,7 @@
1
+<phpunit bootstrap="./vendor/autoload.php">
2
+ <testsuites>
3
+ <testsuite name="Tests">
4
+ <directory>Tests</directory>
5
+ </testsuite>
6
+ </testsuites>
7
+</phpunit>
0 commit comments