From 6f5f93deb8b9f0f6ecc6980746cd484c4e3c6906 Mon Sep 17 00:00:00 2001 From: Nicolas PHILIPPE Date: Tue, 25 Feb 2025 09:06:02 +0100 Subject: [PATCH] fix: fix failing faker test due to csfix --- .../Faker/FakerSeedSetFromLegacyConfigKernelTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Integration/Faker/FakerSeedSetFromLegacyConfigKernelTest.php b/tests/Integration/Faker/FakerSeedSetFromLegacyConfigKernelTest.php index 835e6c02..44153cff 100644 --- a/tests/Integration/Faker/FakerSeedSetFromLegacyConfigKernelTest.php +++ b/tests/Integration/Faker/FakerSeedSetFromLegacyConfigKernelTest.php @@ -53,7 +53,7 @@ public function faker_seed_by_configuration_is_deprecated(): void } #[Test] - #[Depends('test_faker_seed_by_configuration_is_deprecated')] + #[Depends('faker_seed_by_configuration_is_deprecated')] public function faker_seed_is_already_set(): void { self::assertSame(1234, Configuration::fakerSeed());