示例#1
0
 /**
  * Strict errors are triggered in compile time, so we just included class
  * with strict errors later than ErrorHandler...
  */
 public function testThrowStrictException() {
 	error_reporting(-1);
 	ML\E2e\ErrorHandler::run();
 	$this->setExpectedException('ML\E2e\StrictException');
 	include(__DIR__ . '/strict.php');
 }