mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Merge pull request #111 from hiromi2424/2.0_test_plugin_coverage_failed
2.0 test plugin coverage failed
This commit is contained in:
commit
b70ecbc545
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…
Reference in a new issue