From 9920a9f2f0ca7750f78d2625773253686e91e367 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Fri, 29 Nov 2024 12:54:36 +0000 Subject: [PATCH] Apply fixes from StyleCI --- php-packages/testing/tests/tests/integration/TestCaseTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-packages/testing/tests/tests/integration/TestCaseTest.php b/php-packages/testing/tests/tests/integration/TestCaseTest.php index 95953a9c16..90523ac20c 100644 --- a/php-packages/testing/tests/tests/integration/TestCaseTest.php +++ b/php-packages/testing/tests/tests/integration/TestCaseTest.php @@ -47,7 +47,7 @@ public function can_add_settings_via_method() $this->assertEquals('something_other_than_username', $settings->get('display_name_driver')); } - #[Test] + #[Test] public function settings_cleaned_up_from_previous_method() { $settings = $this->app()->getContainer()->make(SettingsRepositoryInterface::class);