Newer
Older
sqlmarker / UsedCars / Test_classes / UsedCars_table_list.php
<?php

$testTables = array(
	'Staff',
	'Service',
	'Other',
	'Sales',
	'Customer',
	'Car',
	'Feature',
	'Car_Feature',
	'Warranty',
	'Purchase',
	'Sale',
);

?>