diff --git a/thirdparty/simpletest/simpletest/exceptions.php b/thirdparty/simpletest/simpletest/exceptions.php deleted file mode 100644 index a7db5f4..0000000 --- a/thirdparty/simpletest/simpletest/exceptions.php +++ /dev/null @@ -1,46 +0,0 @@ -SimpleInvokerDecorator($invoker); - } - - /** - * Invokes a test method and dispatches any - * untrapped errors. - * @param string $method Test method to call. - * @access public - */ - function invoke($method) { - try { - parent::invoke($method); - } catch (Exception $exception) { - $test_case = &$this->getTestCase(); - $test_case->exception($exception); - } - } - } -?> \ No newline at end of file