mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +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
|
||||
*/
|
||||
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 . 'cake_log');
|
||||
TestManager::addTestFile($this, CORE_TEST_CASES . DS . 'libs' . DS . 'class_registry');
|
||||
|
|
Loading…
Add table
Reference in a new issue