mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Adding basics to lib group, it wasn't part of any group before.
This commit is contained in:
parent
afdcd36687
commit
1e70119232
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ class LibGroupTest extends TestSuite {
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
function LibGroupTest() {
|
function LibGroupTest() {
|
||||||
|
TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'basics');
|
||||||
TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'inflector');
|
TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'inflector');
|
||||||
TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'cake_log');
|
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 . 'class_registry');
|
||||||
|
|
Loading…
Add table
Reference in a new issue