Skip to content

Commit

Permalink
more tests that I have no clue how they actually ran in Adobe/Lucee.
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Dec 17, 2024
1 parent 04a5c46 commit e4985c5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/specs/logging/appenders/FileAppenderTest.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ component extends="coldbox.system.testing.BaseModelTest" {
logBox = new coldbox.system.logging.LogBox();
fileappender = createMock( "coldbox.system.logging.appenders.FileAppender" ).setLogBox( logBox );

// mock LogBox
logBox = createMock( classname = "coldbox.system.logging.LogBox", clearMethod = true );
fileAppender.logBox = logBox;

fileappender.init( "MyFileAppender", props );

loge = createMock( "coldbox.system.logging.LogEvent" );
Expand Down

0 comments on commit e4985c5

Please sign in to comment.