示例#1
0
	public function testUnknownException() {
		error_reporting(-1);
    	$this->setExpectedException('ML\E2e\UnknownException');
    	ErrorHandler::handler(666, "Fake error", __FILE__, __LINE__, '');
    }