Adding HelperTest to Helper test group

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6014 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
nate 2007-11-17 22:45:03 +00:00
parent cae7db2011
commit 4823b91a94

View file

@ -38,6 +38,7 @@ class AllCoreHelpersGroupTest extends GroupTest {
var $label = 'All core helpers';
function AllCoreHelpersGroupTest() {
TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'view' . DS . 'helper');
TestManager::addTestCasesFromDirectory($this, CORE_TEST_CASES . DS . 'libs' . DS . 'view' . DS . 'helpers');
}
}