Skip to content

Commit

Permalink
Remove useless test
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Dec 18, 2024
1 parent b315523 commit 90bb680
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/Fixer/ControlStructure/YodaStyleFixerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 90bb680

Please sign in to comment.