Process/Php7.php
authorAlan Knowles <alan@roojs.com>
Fri, 24 Aug 2018 06:58:48 +0000 (14:58 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 24 Aug 2018 06:58:48 +0000 (14:58 +0800)
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