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.
2 parents 4100bd4 + 7df929c commit 2db5a07Copy full SHA for 2db5a07
c3.php
@@ -52,7 +52,7 @@ function __c3_error($message)
52
}
53
54
// Autoload Codeception classes
55
-if (!class_exists('\\Codeception\\Codecept')) {
+if (!class_exists('\\Codeception\\Codecept') || !function_exists('codecept_is_path_absolute')) {
56
if (file_exists(__DIR__ . '/codecept.phar')) {
57
require_once 'phar://' . __DIR__ . '/codecept.phar/autoload.php';
58
} elseif (stream_resolve_include_path(__DIR__ . '/vendor/autoload.php')) {
0 commit comments