/var/www/vhosts/ihelp.ro/_OLD/vendor/cakephp/cakephp/tests/Fixture
Edit: /var/www/vhosts/ihelp.ro/_OLD/vendor/cakephp/cakephp/tests/Fixture/AuthorsTranslationsFixture.php (1268B)
['type' => 'integer'],
'locale' => ['type' => 'string', 'null' => false],
'name' => ['type' => 'string', 'null' => false],
'_constraints' => ['primary' => ['type' => 'primary', 'columns' => ['id', 'locale']]],
];
/**
* records property
*
* @var array
*/
public $records = [
['locale' => 'eng', 'id' => 1, 'name' => 'May-rianoh'],
];
}