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 {