mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 10:36:16 +00:00
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:
parent
cae7db2011
commit
4823b91a94
1 changed files with 1 additions and 0 deletions
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue