Beispiel #1
0
 /**
  * Test the argument getter.
  *
  * @return void
  *
  * @since  1.0
  *
  * @covers Joomla\Console\Command\AbstractCommand::getChild
  */
 public function testgetChild()
 {
     $yoo = $this->instance->getChild('yoo');
     $this->assertEquals('yoo desc', $yoo->getDescription(), 'Yoo command desc not match.');
 }