Esempio n. 1
0
 /**
  * @runInSeparateProcess
  */
 public function testErrorHandlerNoException()
 {
     $app = new Application();
     error_reporting(0);
     $this->assertEquals(null, $app->errorHandler(1, 'my error', 'file', 20));
 }