Exemplo n.º 1
0
 public function testHelperThrowsExceptionForUnregisteredHelpers()
 {
     $app = new Bullet\App();
     $this->setExpectedException('InvalidArgumentException');
     $testHelper = $app->helper('nonexistent');
 }