예제 #1
0
파일: AppTest.php 프로젝트: netom/bulletphp
 public function testHelperThrowsExceptionForUnregisteredHelpers()
 {
     $app = new Bullet\App();
     $this->setExpectedException('InvalidArgumentException');
     $testHelper = $app->helper('nonexistent');
 }