We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cc4ce5 + 23aaeda commit a3f0fdaCopy full SHA for a3f0fda
composer.json
@@ -37,6 +37,9 @@
37
"autoload": {
38
"psr-4": { "Github\\": "lib/Github/" }
39
},
40
+ "autoload-dev": {
41
+ "psr-4": { "Github\\Tests\\": "test/Github/Tests/"}
42
+ },
43
"minimum-stability": "dev",
44
"prefer-stable": true,
45
"extra": {
phpunit.xml.dist
@@ -9,7 +9,7 @@
9
processIsolation="false"
10
stopOnFailure="false"
11
syntaxCheck="false"
12
- bootstrap="test/bootstrap.php"
+ bootstrap="vendor/autoload.php"
13
>
14
<testsuites>
15
<testsuite name="php-github-api Test Suite">
test/bootstrap.php
0 commit comments