From 6150d048648e4f54ab33236f5087f0eedfd11877 Mon Sep 17 00:00:00 2001 From: Kevin Pfeifer Date: Sat, 10 Aug 2024 22:46:36 +0200 Subject: [PATCH] fix CI --- tests/TagEngineTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/TagEngineTest.php b/tests/TagEngineTest.php index 4d6edc1..cc46a10 100644 --- a/tests/TagEngineTest.php +++ b/tests/TagEngineTest.php @@ -374,5 +374,4 @@ public function testSimpleTag(): void HTML; $this->assertSame($expected, $result); } - }