Making the test suite load again

This commit is contained in:
José Lorenzo Rodríguez 2011-02-13 23:56:41 -04:30
parent 1b38d7c851
commit f8b51bfd92
6 changed files with 36 additions and 21 deletions
lib/Cake/Error

View file

@ -406,6 +406,15 @@ class MissingModelException extends CakeException {
protected $_messageTemplate = 'Model %s could not be found.';
}
/**
* Exception Raised when a test loader could not be found
*
* @package cake.libs
*/
class MissingTestLoaderException extends CakeException {
protected $_messageTemplate = 'Test loader %s could not be found.';
}
/**
* Exception class for Cache. This exception will be thrown from Cache when it