Example #1
0
 /**
  * @expectedException \Fuel\ClassLoader\ResourceNotFoundException
  */
 public function testForgeInvalid()
 {
     $this->closure->forge('stdClass');
 }