diff --git a/STINK_student_records/Test_classes/Staff/STINK_student_records_Test_Staff.php b/STINK_student_records/Test_classes/Staff/STINK_student_records_Test_Staff.php index ee306df..ddd361d 100644 --- a/STINK_student_records/Test_classes/Staff/STINK_student_records_Test_Staff.php +++ b/STINK_student_records/Test_classes/Staff/STINK_student_records_Test_Staff.php @@ -32,6 +32,7 @@ 'min_length' => 8, 'decimals' => 2, 'underflow' => 40449.99, + 'legal_values' => array( 40450 ), 'nullable' => false, 'test_value' => "100000", ), ); }