From 4751563f8d8dda0dcd3bf8e9df7cbb42921553d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Kr=C3=B6g?= Date: Sun, 30 Jul 2023 02:33:13 +0200 Subject: [PATCH] Reset sql mode after context tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maximilian Krög --- tests/Lexer/ContextTest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/Lexer/ContextTest.php b/tests/Lexer/ContextTest.php index ade8db0d5..6a479eee3 100644 --- a/tests/Lexer/ContextTest.php +++ b/tests/Lexer/ContextTest.php @@ -12,6 +12,11 @@ class ContextTest extends TestCase { + public static function tearDownAfterClass(): void + { + Context::setMode(); + } + public function testLoad(): void { // Default context is 5.7.0.