mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-08 12:32:42 +00:00
Removing orphaned method.
This commit is contained in:
parent
d8257518de
commit
619f9210f3
1 changed files with 0 additions and 19 deletions
|
@ -355,25 +355,6 @@ class TestSuiteShell extends Shell {
|
|||
return $folder;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets some get vars needed for TestManager
|
||||
*
|
||||
* @return void
|
||||
* @access private
|
||||
*/
|
||||
function __setGetVars() {
|
||||
if (in_array($this->category, $this->plugins)) {
|
||||
$_GET['plugin'] = $this->category;
|
||||
} elseif (in_array(Inflector::humanize($this->category), $this->plugins)) {
|
||||
$_GET['plugin'] = Inflector::humanize($this->category);
|
||||
} elseif ($this->category == 'app') {
|
||||
$_GET['app'] = true;
|
||||
}
|
||||
if ($this->type == 'group') {
|
||||
$_GET['group'] = true;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* tries to install simpletest and exits gracefully if it is not there
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue