Example #1
0
 public function testCommandAsDescription()
 {
     $obj = new HelpCommand();
     $desc = $obj->getCommandDesc();
     $this->assertTrue(is_string($desc));
     $this->assertNotEquals(0, strlen($desc));
 }