Skip to content

Commit

Permalink
keep dataProvider pt3
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Bigelmayr committed May 3, 2024
1 parent dfa2636 commit 7c974dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/Microplate/CoordinatesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ public static function dataProviderPadded96Well(): iterable
}

#[\PHPUnit\Framework\Attributes\DataProvider('dataProvider96Well')]
/** @dataProvider dataProvider96Well */
public function testPosition96Well(string $row, int $column, int $rowFlowPosition, int $columnFlowPosition): void
{
$coordinates = new Coordinates($row, $column, new CoordinateSystem96Well());
Expand Down
2 changes: 2 additions & 0 deletions tests/Microplate/MicroplateSet/MicroplateSetABTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public function testSetLocationFromSetPositionFor12WellPlatesOutOfRangeTooLow():
}

#[\PHPUnit\Framework\Attributes\DataProvider('dataProvider12Well')]
/** @dataProvider dataProvider12Well */
public function testSetLocationFromSetPositionFor12Wells(int $position, string $coordinatesString, string $plateID): void
{
$microplateSet = new MicroplateSetAB(new CoordinateSystem12Well());
Expand Down Expand Up @@ -92,6 +93,7 @@ public static function dataProvider12Well(): iterable
}

#[\PHPUnit\Framework\Attributes\DataProvider('dataProvider96Well')]
/** @dataProvider dataProvider96Well */
public function testSetLocationFromSetPositionFor96Wells(int $position, string $coordinatesString, string $plateID): void
{
$microplateSet = new MicroplateSetAB(new CoordinateSystem96Well());
Expand Down

0 comments on commit 7c974dc

Please sign in to comment.