示例#1
0
文件: HelpTest.php 项目: mlessnau/pry
 public function testGetDescription()
 {
     $expected = 'Displays command help';
     $actual = Help::getDescription();
     $this->assertEquals($expected, $actual);
 }