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 3130ae3 commit 05fdc04Copy full SHA for 05fdc04
composer.json
@@ -17,6 +17,9 @@
17
"psr-4": { "MongoDB\\": "src/" },
18
"files": [ "src/functions.php" ]
19
},
20
+ "autoload-dev": {
21
+ "psr-4": { "MongoDB\\Tests\\": "tests/" }
22
+ },
23
"extra": {
24
"branch-alias": {
25
"dev-master": "0.3.x-dev"
tests/bootstrap.php
@@ -9,5 +9,3 @@
9
} else {
10
throw new Exception('Can\'t find autoload.php. Did you install dependencies with Composer?');
11
}
12
-
13
-$loader->addPsr4('MongoDB\\Tests\\', __DIR__);
0 commit comments