Skip to content

Commit

Permalink
Update HandlerTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Jan 1, 2024
1 parent f3fbbf4 commit 5c3c5a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/webfiori/tests/error/HandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public function test03() {
$this->assertFalse(defined('SampleHandler2'));
$h->invokExceptionHandler();
$this->assertFalse(defined('SampleHandler2'));
$h->unregisterHandler($h->getHandler('Default'));
$h->invokShutdownHandler();
$this->assertTrue(defined('SampleHandler2'));
}
Expand Down

0 comments on commit 5c3c5a8

Please sign in to comment.