Merge pull request #111 from hiromi2424/2.0_test_plugin_coverage_failed

2.0 test plugin coverage failed
This commit is contained in:
José Lorenzo Rodríguez 2011-06-02 17:19:15 -07:00
commit b70ecbc545

View file

@ -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']);
}
}