mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-06-12 01:33:37 +00:00
ensure that plain CakeLogInterface still works
This commit is contained in:
parent
8e8763d69d
commit
595cad84b3
3 changed files with 11 additions and 4 deletions
lib/Cake/Test/Case/Log
|
@ -64,6 +64,8 @@ class CakeLogTest extends CakeTestCase {
|
|||
$this->assertTrue($result);
|
||||
$this->assertEquals(CakeLog::configured(), array('libtest', 'plugintest'));
|
||||
|
||||
CakeLog::write(LOG_INFO, 'TestPluginLog is not a BaseLog descendant');
|
||||
|
||||
App::build();
|
||||
CakePlugin::unload();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue