Skip to content

Commit 2a3ab72

Browse files
committed
Case wasn't right
1 parent f29b3f1 commit 2a3ab72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PE/Nodes/Specials/ClassLoaderNode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function __construct($setupLoader) {
1919

2020
protected function _loadObject($object) {
2121
if ($this->setupLoader === true) {
22-
require_once TESTS_DIR . '/PE/Samples/specials/ClassLoader.php';
22+
require_once TESTS_DIR . '/PE/Samples/Specials/ClassLoader.php';
2323
}
2424
return null;
2525
}

0 commit comments

Comments
 (0)