We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509bfd3 commit 5818a79Copy full SHA for 5818a79
unitTests/bootstrap.php
@@ -30,6 +30,7 @@
30
set_include_path(implode(PATH_SEPARATOR, array(
31
realpath(APPLICATION_PATH . '/../Classes'),
32
'./',
33
+ dirname(__FILE__),
34
get_include_path(),
35
)));
36
0 commit comments