remove @access and unnecessary $name

This commit is contained in:
euromark 2013-07-08 15:50:50 +02:00
parent 0555895de3
commit a643295e4c
136 changed files with 0 additions and 881 deletions

View file

@ -338,7 +338,6 @@ class TestShell extends Shell {
* @param string $file
* @param string $category
* @param boolean $throwOnMissingFile
* @access protected
* @return array array(type, case)
* @throws Exception
*/
@ -414,7 +413,6 @@ class TestShell extends Shell {
* For the given file, what category of test is it? returns app, core or the name of the plugin
*
* @param string $file
* @access protected
* @return string
*/
protected function _mapFileToCategory($file) {