From fda8aee280e7a3297b86de5af0f654ba98146206 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Tue, 10 Mar 2026 20:12:38 +1300 Subject: [PATCH] (style): Remove extra blank line in ConfigTest --- tests/unit/Platform/Modules/Installer/Runtime/ConfigTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/Platform/Modules/Installer/Runtime/ConfigTest.php b/tests/unit/Platform/Modules/Installer/Runtime/ConfigTest.php index 16f0d46912..33cab8de22 100644 --- a/tests/unit/Platform/Modules/Installer/Runtime/ConfigTest.php +++ b/tests/unit/Platform/Modules/Installer/Runtime/ConfigTest.php @@ -7,7 +7,6 @@ use PHPUnit\Framework\TestCase; class ConfigTest extends TestCase { - public function testDefaultValues(): void { $config = new Config();