Example #1
0
 public function testGetUsageHelp()
 {
     $result = $this->shell->getUsageHelp();
     $this->assertContains('Usage:', $result);
 }