mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-05-21 06:53:25 +00:00
Making the test suite load again
This commit is contained in:
parent
1b38d7c851
commit
f8b51bfd92
6 changed files with 36 additions and 21 deletions
lib/Cake/Error
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue