From 215cb18a42305d6444c5de72ce49fa5e845c981a Mon Sep 17 00:00:00 2001 From: nuxsmin Date: Mon, 23 Jul 2018 12:26:34 +0200 Subject: [PATCH] * [ADD] Travis CI --- test/bootstrap.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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