Skip to content

Commit 2e78875

Browse files
committed
This might work
1 parent 0d5423d commit 2e78875

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/bootstrap.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99

1010
// Load our autoloader, and add our Test class namespace
1111
$autoloader = require(ROOT_DIR . '/vendor/autoload.php');
12-
$autoloader->add('PE', __DIR__);
12+
$autoloader->add('PE\\nodes', __DIR__ . 'nodes');
13+
$autoloader->add('PE\\samples', __DIR__ . 'samples');

0 commit comments

Comments
 (0)