Example #1
0
 /**
  *
  */
 public function testRtfm()
 {
     $out = Repoman::rtfm('asdfasdf');
     $this->assertTrue('No manual page found.' == $out, 'Expected missing manual page.');
 }