Exemplo n.º 1
0
 /**
  * Tests the Joomla\Data\DataSet::__call method.
  *
  * @return  void
  *
  * @covers  Joomla\Data\DataSet::__call
  * @since   1.0
  */
 public function test__call()
 {
     $this->assertThat($this->instance->launch('go'), $this->equalTo(array(1 => 'go')));
 }