From b5964c5fc5a07758b1dfd97c648e210a8be7ee4e Mon Sep 17 00:00:00 2001 From: Dariusz Ruminski Date: Wed, 18 Dec 2024 16:34:11 +0100 Subject: [PATCH] Remove useless test --- tests/Fixer/ControlStructure/YodaStyleFixerTest.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/Fixer/ControlStructure/YodaStyleFixerTest.php b/tests/Fixer/ControlStructure/YodaStyleFixerTest.php index d486dc449d2..b20621ff887 100644 --- a/tests/Fixer/ControlStructure/YodaStyleFixerTest.php +++ b/tests/Fixer/ControlStructure/YodaStyleFixerTest.php @@ -959,11 +959,6 @@ public static function provideInvalidConfigCases(): iterable yield [['_invalid_' => true], 'Invalid configuration: The option "_invalid_" does not exist\. Defined options are: "always_move_variable", "equal", "identical", "less_and_greater"\.']; } - public function testDefinition(): void - { - self::assertInstanceOf(FixerDefinitionInterface::class, $this->fixer->getDefinition()); - } - /** * @dataProvider providePHP71Cases */