Merge pull request #300 from jamiemill/2.0-upgradefix

2.0 upgradefix
This commit is contained in:
Mark Story 2011-11-05 16:45:09 -07:00
commit 73205dc797

View file

@ -102,7 +102,7 @@ class UpgradeShell extends Shell {
public function tests() {
$this->_paths = array(APP . 'tests' . DS);
if (!empty($this->params['plugin'])) {
$this->_paths = App::pluginPath($this->params['plugin']) . 'tests' . DS;
$this->_paths = array(App::pluginPath($this->params['plugin']) . 'tests' . DS);
}
$patterns = array(
array(