Ejemplo n.º 1
0
 /**
  * testGetRaw
  *
  * @return  void
  *
  * @covers  Windwalker\Registry\Registry::getRaw
  */
 public function testGetRaw()
 {
     $this->assertEquals($this->getTestData(), $this->instance->getRaw());
 }