Skip to content

Commit

Permalink
Removing some more grouptest artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jun 29, 2010
1 parent ec04c4f commit 5e79a45
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cake/tests/lib/test_manager.php
Expand Up @@ -304,10 +304,7 @@ protected static function _getTestsPath($params) {
* @return string Extension suffix for test.
*/
public static function getExtension($type = 'test') {
if ($type == 'test' || $type == 'case') {
return self::$_testExtension;
}
return self::$_groupExtension;
return self::$_testExtension;
}

/**
Expand Down

0 comments on commit 5e79a45

Please sign in to comment.