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 9663472 commit 9405196Copy full SHA for 9405196
.gitignore
@@ -0,0 +1,3 @@
1
+composer.lock
2
+vendor/
3
+phpunit.xml
phpunit.php
phpunit.xml renamed to phpunit.xml.dist
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
4
- bootstrap="phpunit.php"
+ bootstrap="vendor/autoload.php"
5
colors="true"
6
convertErrorsToExceptions="true"
7
convertNoticesToExceptions="true"
0 commit comments