Skip to content

Commit

Permalink
Removing orphaned method.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jan 14, 2010
1 parent d825751 commit 619f921
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions cake/console/libs/testsuite.php
Expand Up @@ -355,25 +355,6 @@ function __findFolderByCategory($category) {
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
*
Expand Down

0 comments on commit 619f921

Please sign in to comment.