We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6895249 commit 3df5874Copy full SHA for 3df5874
tests/unit/bootstrap.php
@@ -204,6 +204,9 @@
204
}
205
206
if (!$joomlaLoaded) {
207
+ fwrite(STDERR, "DEBUG: joomlaCmsPath='{$joomlaCmsPath}' exists=" . (is_dir($joomlaCmsPath) ? 'yes' : 'no') . PHP_EOL);
208
+ fwrite(STDERR, "DEBUG: envPath='" . (getenv('JOOMLA_CMS_PATH') ?: 'unset') . "'" . PHP_EOL);
209
+ fwrite(STDERR, "DEBUG: componentRoot='{$componentRoot}'" . PHP_EOL);
210
fwrite(STDERR, "ERROR: Joomla CMS not found. Set builder.joomla_dir in build.properties" . PHP_EOL);
211
fwrite(STDERR, " or set JOOMLA_CMS_PATH environment variable." . PHP_EOL);
212
fwrite(STDERR, " See: https://github.com/Joomla-Bible-Study/Proclaim/wiki/Development-Setup" . PHP_EOL);
0 commit comments