Skip to content

Commit 5818a79

Browse files
committed
Update bootstrap.php
1 parent 509bfd3 commit 5818a79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unitTests/bootstrap.php

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
set_include_path(implode(PATH_SEPARATOR, array(
3131
realpath(APPLICATION_PATH . '/../Classes'),
3232
'./',
33+
dirname(__FILE__),
3334
get_include_path(),
3435
)));
3536

0 commit comments

Comments
 (0)