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.
2 parents 140e642 + df867a3 commit a73bb41Copy full SHA for a73bb41
.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