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 d6a1d6d + f5e34e4 commit a9d2082Copy full SHA for a9d2082
composer.json
@@ -46,6 +46,9 @@
46
"autoload": {
47
"psr-0": { "JsonSchema": "src/" }
48
},
49
+ "autoload-dev": {
50
+ "psr-0": { "JsonSchema": "tests/" }
51
+ },
52
"bin": ["bin/validate-json"],
53
"extra": {
54
"branch-alias": {
phpunit.xml.dist
@@ -9,7 +9,7 @@
9
processIsolation="false"
10
stopOnFailure="false"
11
syntaxCheck="false"
12
- bootstrap="tests/bootstrap.php"
+ bootstrap="vendor/autoload.php"
13
verbose="true"
14
>
15
<testsuites>
tests/bootstrap.php
0 commit comments