diff --git a/.travis.yml b/.travis.yml index adf229d2..e3dbe63f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,7 @@ php: - '5.6' - '7.0' - hhvm - - nightly \ No newline at end of file + - nightly + + + icehrm.test.log \ No newline at end of file diff --git a/test/bootstrap.php b/test/bootstrap.php index 081b2557..782b75ac 100644 --- a/test/bootstrap.php +++ b/test/bootstrap.php @@ -30,3 +30,5 @@ foreach ($scripts as $insql){ $command = "cat ".$insql."| mysql -u".MYSQL_ROOT_USER." -p".MYSQL_ROOT_PASS." '".APP_DB."'"; exec($command); } + +echo "Bootstrapping done!!"."\r\n"; \ No newline at end of file diff --git a/test/classes/FileServiceTest.php b/test/classes/FileServiceTest.php index d424e629..6044d498 100644 --- a/test/classes/FileServiceTest.php +++ b/test/classes/FileServiceTest.php @@ -1,5 +1,5 @@ p("cat|".LanguageManager::tran('cat')); $this->p("cat|".LanguageManager::tran('cat'));