Beispiel #1
0
 /**
  * Test set & get input.
  *
  * @return void
  *
  * @since  1.0
  */
 public function testSetAndGeTInput()
 {
     $this->assertEquals($this->instance->getInput(), $this->command->getInput(), 'Input not the same instance.');
 }