diff --git a/UsedCars/Test_classes/Other/UsedCars_Test_Other.php b/UsedCars/Test_classes/Other/UsedCars_Test_Other.php index d9c46d3..2deff71 100644 --- a/UsedCars/Test_classes/Other/UsedCars_Test_Other.php +++ b/UsedCars/Test_classes/Other/UsedCars_Test_Other.php @@ -19,6 +19,7 @@ 'max_length' => 4, 'decimals' => 0, 'nullable' => false, + 'aliases' => array( 'OTHER_ID', 'OTHER_STAFF_ID' ), 'test_value' => '4571', ), // Has to be an unused Person_ID in the fixture because of the FK. 'SALARY' => array( 'generic_type' => 'NUMBER', 'sql_type' => array( 'NUMBER', 'DECIMAL' ),