From fa0ac8a16c2451e94acba91bc188b19c9d0c8c4a Mon Sep 17 00:00:00 2001 From: Sander Dorigo Date: Mon, 8 Sep 2025 08:31:09 +0200 Subject: [PATCH] Fix php files --- tests/integration/Api/Chart/AccountControllerTest.php | 1 - tests/integration/Api/Chart/BalanceControllerTest.php | 1 - tests/integration/Api/Chart/BudgetControllerTest.php | 1 - tests/integration/Api/Chart/CategoryControllerTest.php | 1 - 4 files changed, 4 deletions(-) diff --git a/tests/integration/Api/Chart/AccountControllerTest.php b/tests/integration/Api/Chart/AccountControllerTest.php index 565c93f19b..f0afcd93e9 100644 --- a/tests/integration/Api/Chart/AccountControllerTest.php +++ b/tests/integration/Api/Chart/AccountControllerTest.php @@ -39,7 +39,6 @@ final class AccountControllerTest extends TestCase use RefreshDatabase; private $user; - #[Override] #[Override] protected function setUp(): void { diff --git a/tests/integration/Api/Chart/BalanceControllerTest.php b/tests/integration/Api/Chart/BalanceControllerTest.php index 42de53fe32..4ad490d9f6 100644 --- a/tests/integration/Api/Chart/BalanceControllerTest.php +++ b/tests/integration/Api/Chart/BalanceControllerTest.php @@ -39,7 +39,6 @@ final class BalanceControllerTest extends TestCase use RefreshDatabase; private $user; - #[Override] #[Override] protected function setUp(): void { diff --git a/tests/integration/Api/Chart/BudgetControllerTest.php b/tests/integration/Api/Chart/BudgetControllerTest.php index 4ce539c591..d0f9c980af 100644 --- a/tests/integration/Api/Chart/BudgetControllerTest.php +++ b/tests/integration/Api/Chart/BudgetControllerTest.php @@ -39,7 +39,6 @@ final class BudgetControllerTest extends TestCase use RefreshDatabase; private $user; - #[Override] #[Override] protected function setUp(): void { diff --git a/tests/integration/Api/Chart/CategoryControllerTest.php b/tests/integration/Api/Chart/CategoryControllerTest.php index 0cf1a49809..045dc61691 100644 --- a/tests/integration/Api/Chart/CategoryControllerTest.php +++ b/tests/integration/Api/Chart/CategoryControllerTest.php @@ -39,7 +39,6 @@ final class CategoryControllerTest extends TestCase use RefreshDatabase; private $user; - #[Override] #[Override] protected function setUp(): void {