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());