mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
fixed underscored plugin name for coverage, now it must be camel-cased.
This commit is contained in:
parent
b6659c83e7
commit
dcbf36c10a
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ abstract class BaseCoverageReport {
|
|||
$this->appTest = true;
|
||||
}
|
||||
if ($reporter->params['plugin']) {
|
||||
$this->pluginTest = Inflector::underscore($reporter->params['plugin']);
|
||||
$this->pluginTest = Inflector::camelize($reporter->params['plugin']);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue