예제 #1
0
파일: HelpTest.php 프로젝트: mlessnau/pry
 public function testGetDescription()
 {
     $expected = 'Displays command help';
     $actual = Help::getDescription();
     $this->assertEquals($expected, $actual);
 }