Skip to content

Commit

Permalink
Updating lib group to run non-mvc libs.
Browse files Browse the repository at this point in the history
Removing no_database group.  It was redundant.
  • Loading branch information
markstory committed Oct 31, 2009
1 parent 24a75a2 commit 7601951
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 61 deletions.
12 changes: 10 additions & 2 deletions cake/tests/groups/lib.group.php
Expand Up @@ -39,15 +39,23 @@ class LibGroupTest extends GroupTest {
* @var string 'All cake/libs/* (Not yet implemented)'
* @access public
*/
var $label = 'All Libs';
var $label = 'All core, non MVC element libs';
/**
* LibGroupTest method
*
* @access public
* @return void
*/
function LibGroupTest() {
TestManager::addTestCasesFromDirectory($this, CORE_TEST_CASES . DS . 'libs');
TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'cake_log');
TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'class_registry');
TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'inflector');
TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'overloadable');
TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'sanitize');
TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'security');
TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'set');
TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'string');
TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'validation');
}
}
?>
59 changes: 0 additions & 59 deletions cake/tests/groups/no_database.group.php

This file was deleted.

0 comments on commit 7601951

Please sign in to comment.