Extends
lithium\test\UnitSource
public function testErrorTrapping() {
ErrorHandler::stop();
ErrorHandler::run(array('trapErrors' => true));
// Undefined offset error shouldn't surface.
list($foo, $bar) = array('baz');
}
public function testErrorTrapping() {
ErrorHandler::stop();
ErrorHandler::run(array('trapErrors' => true));
// Undefined offset error shouldn't surface.
list($foo, $bar) = array('baz');
}