lithium\test\Fixture::$_meta

protected property

Metas for the fixture.

Example: {{{ protected $_meta = [ 'constraints' => [ [ 'type' => 'foreign_key', 'column' => 'id', 'toColumn' => 'id', 'to' => 'other_table' ] ], 'table' => ['charset' => 'utf8', 'engine' => 'InnoDB'] ]; }}}

Source

	protected $_meta = [];