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 e03c28d commit ec1c58bCopy full SHA for ec1c58b
composer.json
@@ -28,8 +28,8 @@
28
"autoload-dev": {
29
"psr-4": {
30
"PE\\Tests\\": "tests/PE/Tests",
31
- "PE\\Nodes\\": "tests/PE/nodes",
32
- "PE\\Samples\\": "tests/PE/samples"
+ "PE\\Nodes\\": "tests/PE/Nodes",
+ "PE\\Samples\\": "tests/PE/Samples"
33
}
34
35
tests/PE/nodes/specials/ClassLoaderNode.php
@@ -19,7 +19,7 @@ function __construct($setupLoader) {
19
20
protected function _loadObject($object) {
21
if ($this->setupLoader === true) {
22
- require_once TESTS_DIR . '/PE/samples/specials/ClassLoader.php';
+ require_once TESTS_DIR . '/PE/Samples/specials/ClassLoader.php';
23
24
return null;
25
0 commit comments