diff --git a/test/bootstrap.php b/test/bootstrap.php index 0b83b8f4..df749552 100644 --- a/test/bootstrap.php +++ b/test/bootstrap.php @@ -150,4 +150,6 @@ function getResource($dir, $file) function saveResource($dir, $file, $data) { return file_put_contents(RESOURCE_DIR . DIRECTORY_SEPARATOR . $dir . DIRECTORY_SEPARATOR . $file, $data); -} \ No newline at end of file +} + +print 'APP_ROOT=' . APP_ROOT; \ No newline at end of file