From ff1940d88dde583964894be79977c997d1b5772e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 3 Apr 2013 19:03:10 +0800 Subject: [PATCH] Tests/I18n.php --- Tests/I18n.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/I18n.php b/Tests/I18n.php index 8407c423..e2365ad3 100644 --- a/Tests/I18n.php +++ b/Tests/I18n.php @@ -6,7 +6,7 @@ class Pman_Core_Tests_I18n extends Pman { function getAuth() { - print_R($this);exit; + if (!$this->bootLoader->cli) { die("not cli?"); } -- 2.39.2