lithium\test\Fixture::$_meta

protected property

Metas for the fixture.

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

Source

	protected $_meta = [];