Skip to content

Commit

Permalink
PHPUnit: fix some DataProviders
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaagen committed Jun 14, 2024
1 parent 1c95d60 commit 8b51036
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public static function getAndWithTestIdDataProvider(): array
}

/**
* @ dataProvider getAndWithGeneralSettingsDataProvider
* @dataProvider getAndWithGeneralSettingsDataProvider
*/
public function testGetAndWithGeneralSettings(\Closure $IO): void
{
Expand Down Expand Up @@ -173,7 +173,7 @@ public static function getAndWithGeneralSettingsDataProvider(): array
}

/**
* @ dataProvider getAndWithIntroductionSettingsDataProvider
* @dataProvider getAndWithIntroductionSettingsDataProvider
*/
public function testGetAndWithIntroductionSettings(\Closure $IO): void
{
Expand Down Expand Up @@ -205,7 +205,7 @@ public static function getAndWithIntroductionSettingsDataProvider(): array
}

/**
* @ dataProvider getAndWithAccessSettingsDataProvider
* @dataProvider getAndWithAccessSettingsDataProvider
*/
public function testGetAndWithAccessSettings(\Closure $IO): void
{
Expand Down Expand Up @@ -237,7 +237,7 @@ public static function getAndWithAccessSettingsDataProvider(): array
}

/**
* @ dataProvider getAndWithTestBehaviourSettingsDataProvider
* @dataProvider getAndWithTestBehaviourSettingsDataProvider
*/
public function testGetAndWithTestBehaviourSettings(\Closure $IO): void
{
Expand Down Expand Up @@ -269,7 +269,7 @@ public static function getAndWithTestBehaviourSettingsDataProvider(): array
}

/**
* @ dataProvider getAndWithQuestionBehaviourSettingsDataProvider
* @dataProvider getAndWithQuestionBehaviourSettingsDataProvider
*/
public function testGetAndWithQuestionBehaviourSettings(\Closure $IO): void
{
Expand Down Expand Up @@ -301,7 +301,7 @@ public static function getAndWithQuestionBehaviourSettingsDataProvider(): array
}

/**
* @ dataProvider getAndWithParticipantFunctionalitySettingsDataProvider
* @dataProvider getAndWithParticipantFunctionalitySettingsDataProvider
*/
public function testGetAndWithParticipantFunctionalitySettings(\Closure $IO): void
{
Expand Down Expand Up @@ -333,7 +333,7 @@ public static function getAndWithParticipantFunctionalitySettingsDataProvider():
}

/**
* @ dataProvider getAndWithFinishingSettingsDataProvider
* @dataProvider getAndWithFinishingSettingsDataProvider
*/
public function testGetAndWithFinishingSettings(\Closure $IO): void
{
Expand Down Expand Up @@ -365,7 +365,7 @@ public static function getAndWithFinishingSettingsDataProvider(): array
}

/**
* @ dataProvider getAndWithAdditionalSettingsDataProvider
* @dataProvider getAndWithAdditionalSettingsDataProvider
*/
public function testGetAndWithAdditionalSettings(\Closure $IO): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public static function getPassDataProvider(): array
}

/**
* @ dataProvider getQuestionResultsDataProvider
* @dataProvider getQuestionResultsDataProvider
*/
public function testGetQuestionResults(\Closure $IO): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ protected function setUp(): void
}

/**
* @ dataProvider simpleRatedCalculationsData
* @dataProvider simpleRatedCalculationsData
* @param assFormulaQuestionResult $result
* @param assFormulaQuestionVariable[] $variables
* @param assFormulaQuestionUnit[] $results
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function setUp(): void
}

/**
* @ dataProvider serializedData
* @dataProvider serializedData
* @param $value
* @param $chunkSize
* @param callable $preCallback
Expand Down

0 comments on commit 8b51036

Please sign in to comment.