Skip to content

Commit

Permalink
Cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaiven committed Dec 2, 2024
1 parent c9ebd9f commit adf4a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/FacingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static function axisProvider() : \Generator{
yield [Facing::EAST, Axis::X];
}

#[DataProvider("axisProvider")]
#[DataProvider("axisProvider")]
public function testAxis(Facing $direction, Axis $axis) : void{
self::assertEquals($axis, $direction->axis());
}
Expand Down

0 comments on commit adf4a5a

Please sign in to comment.