mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Fix for wrong MissingPluginException message
This commit is contained in:
parent
17384f3cf4
commit
e6b44755f9
1 changed files with 2 additions and 2 deletions
|
@ -418,12 +418,12 @@ class MissingTestLoaderException extends CakeException {
|
|||
}
|
||||
|
||||
/**
|
||||
* Exception Raised when a test loader could not be found
|
||||
* Exception Raised when a plugin could not be found
|
||||
*
|
||||
* @package cake.libs
|
||||
*/
|
||||
class MissingPluginException extends CakeException {
|
||||
protected $_messageTemplate = 'Test plugin %s could not be found.';
|
||||
protected $_messageTemplate = 'Plugin %s could not be found.';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue