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 f29b3f1 commit 2a3ab72Copy full SHA for 2a3ab72
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