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

index 2d7b16a..472198b 100644 (file)
@@ -858,7 +858,7 @@ class Pman_Core_UpdateDatabase extends Pman
                 $got_it = false;
                 
             }
-            // print_r($got_it);exit;
+            print_r($got_it);exit;
             if (!$got_it) {
                 $this->jerr("template {$name} does not have a test method {$clsname}::test_{$name}");
             }