From fe0b73a9e9be9b83a332cfe911a6cf8837a0b4c0 Mon Sep 17 00:00:00 2001 From: Serge Kvashnin <75180587+serge-kvashnin@users.noreply.github.com> Date: Sat, 25 May 2024 15:32:18 +0200 Subject: [PATCH] Remove forgotten line. --- tests/Integration/CombinedTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Integration/CombinedTest.php b/tests/Integration/CombinedTest.php index a5c51f7..8af26b7 100644 --- a/tests/Integration/CombinedTest.php +++ b/tests/Integration/CombinedTest.php @@ -31,7 +31,6 @@ public function testContainer(): void public function testCompiled(): void { $container = $this->compiled(__DIR__ . '/../Fixtures/Combined/container.php'); - $this->files = []; $this->assertions($container); }