Пример #1
0
 /**
  * Test set & get help.
  *
  * @return void
  *
  * @since  2.0
  *
  * @covers Windwalker\Console\Command\AbstractCommand::getHelp
  */
 public function testSetAndGetHelp()
 {
     $this->instance->help('Ha Ha Ha');
     $this->assertEquals('Ha Ha Ha', $this->instance->getHelp(), 'Help text not matched.');
 }