Пример #1
0
 public function testGetDescription()
 {
     $expected = 'Displays command help';
     $actual = Help::getDescription();
     $this->assertEquals($expected, $actual);
 }