/** * Fixture * */ class Fixture extends CakeTestFixture { /** * Table name * * @var string */ public $table = ''; /** * Import * * @var array */ public $import = ; /** * Fields * * @var array */ public $fields = ; /** * Records * * @var array */ public $records = ; }