UpdateDatabase.php
authorjohn <john@roojs.com>
Thu, 28 Dec 2017 07:18:53 +0000 (15:18 +0800)
committerjohn <john@roojs.com>
Thu, 28 Dec 2017 07:18:53 +0000 (15:18 +0800)
UpdateDatabase.php

index 812ac85..c85d19c 100644 (file)
@@ -858,8 +858,7 @@ class Pman_Core_UpdateDatabase extends Pman
                 $got_it = false;
                 
             }
-            print_r('got it');
-            print_r($got_it);
+            print_r($clsname);exit;
             if (!$got_it) {
                 $this->jerr("template {$name} does not have a test method {$clsname}::test_{$name}");
             }