Commit: 7080cb3618fdf55c12d15ef2452e9ccabad20e2c

Author: Nate Abele | Date: 2010-03-13 19:44:15 -0500
Removing mock class for class that no longer exists.
diff --git a/libraries/lithium/tests/mocks/test/reporter/MockHtml.php b/libraries/lithium/tests/mocks/test/reporter/MockHtml.php deleted file mode 100644 index f72d68d..0000000 --- a/libraries/lithium/tests/mocks/test/reporter/MockHtml.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php -/** - * Lithium: the most rad php framework - * - * @copyright Copyright 2010, Union of RAD (http://union-of-rad.org) - * @license http://opensource.org/licenses/bsd-license.php The BSD License - */ - -namespace lithium\tests\mocks\test\reporter; - -class MockHtml extends \lithium\test\reporter\Html { - - public function result($stats) { - return $this->_result($stats); - } - - public function fail($fails) { - return $this->_fail($fails); - } - - public function exception($exceptions) { - return $this->_exception($exceptions); - } - - public function skip($skips) { - return $this->_skip($skips); - } -} - -?> \ No newline at end of file