Commit: ac385f85ecf949f8267dc672f522d7e934da9a0e

Author: Nate Abele | Date: 2010-03-13 19:53:48 -0500
Removing mock class for class that no longer exists.
diff --git a/libraries/lithium/tests/mocks/test/reporter/MockText.php b/libraries/lithium/tests/mocks/test/reporter/MockText.php deleted file mode 100644 index 08a157f..0000000 --- a/libraries/lithium/tests/mocks/test/reporter/MockText.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 MockText extends \lithium\test\reporter\Text { - - 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