Process/Php7.php
[Pman.Core] / Process / Php7.php
index 6aa92ba..81cc29e 100644 (file)
@@ -3,6 +3,8 @@
 class Pman_Core_Php7 extends Pman
 {
     
+    static $cli_desc = "Tests for PHP compatibilty, by including files..."; 
+    
     
     
     function getAuth()
@@ -12,4 +14,7 @@ class Pman_Core_Php7 extends Pman
         }
     }
     
+    
+    
+    
 }
\ No newline at end of file