diff --git a/STINK_student_records/Test_classes/Enrolment/STINK_student_records_Test_Enrolment_data.php b/STINK_student_records/Test_classes/Enrolment/STINK_student_records_Test_Enrolment_data.php index f9e826f..399a063 100644 --- a/STINK_student_records/Test_classes/Enrolment/STINK_student_records_Test_Enrolment_data.php +++ b/STINK_student_records/Test_classes/Enrolment/STINK_student_records_Test_Enrolment_data.php @@ -30,5 +30,14 @@ { $this->assertColumnUnderflowValue( $columnName, $underflowValue ); } + + + /** + * @dataProvider provideColumnLegalValues + */ + public function testColumnLegalValue( $columnName, $legalValue ) + { + $this->assertColumnLegalValue( $columnName, $legalValue ); + } } ?>