Skip to content

Commit

Permalink
Unset TL_LANG after test
Browse files Browse the repository at this point in the history
  • Loading branch information
zoglo committed Dec 28, 2023
1 parent f6f3aa7 commit 29b1420
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class CommentsConditionalFieldsListenerTest extends ContaoTestCase
protected function tearDown(): void
{
unset($GLOBALS['TL_DCA']);
unset($GLOBALS['TL_LANG']);

parent::tearDown();
}
Expand Down

0 comments on commit 29b1420

Please sign in to comment.