Skip to content

Commit

Permalink
Removing test suites, adding some exceptions in the xml as the tests are
Browse files Browse the repository at this point in the history
completely broken right now. Small tweaks to make other test pass
  • Loading branch information
lorenzo committed Jun 14, 2013
1 parent 280fb75 commit e2c300c
Show file tree
Hide file tree
Showing 28 changed files with 10 additions and 1,115 deletions.
2 changes: 1 addition & 1 deletion lib/Cake/Log/Log.php
Expand Up @@ -174,7 +174,7 @@ protected static function _init() {
*/
protected static function _loadConfig() {
$loggers = Configure::read('Log');
foreach ($loggers as $key => $config) {
foreach ((array)$loggers as $key => $config) {
static::$_Collection->load($key, $config);
}
}
Expand Down
47 changes: 0 additions & 47 deletions lib/Cake/Test/TestCase/AllBehaviorsTest.php

This file was deleted.

44 changes: 0 additions & 44 deletions lib/Cake/Test/TestCase/AllCacheTest.php

This file was deleted.

46 changes: 0 additions & 46 deletions lib/Cake/Test/TestCase/AllComponentsTest.php

This file was deleted.

44 changes: 0 additions & 44 deletions lib/Cake/Test/TestCase/AllConfigureTest.php

This file was deleted.

48 changes: 0 additions & 48 deletions lib/Cake/Test/TestCase/AllConsoleTest.php

This file was deleted.

47 changes: 0 additions & 47 deletions lib/Cake/Test/TestCase/AllControllerTest.php

This file was deleted.

44 changes: 0 additions & 44 deletions lib/Cake/Test/TestCase/AllCoreTest.php

This file was deleted.

45 changes: 0 additions & 45 deletions lib/Cake/Test/TestCase/AllDatabaseTest.php

This file was deleted.

0 comments on commit e2c300c

Please sign in to comment.