/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/bake/tests/Fixture
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/bake/tests/Fixture/HiddenFieldsFixture.php (1470B)
*/
public $fields = [
'id' => ['type' => 'integer'],
'password' => ['type' => 'string', 'null' => true, 'length' => 255],
'auth_token' => ['type' => 'string', 'null' => true, 'length' => 255],
'_constraints' => [
'primary' => ['type' => 'primary', 'columns' => ['id']],
],
];
/**
* records property
*
* @var array
*/
public $records = [
['password' => '$2a$10$u05j8FjsvLBNdfhBhc21LOuVMpzpabVXQ9OpC2wO3pSO0q6t7HHMO', 'auth_token' => '12345'],
['password' => '$2a$10$u05j8FjsvLBNdfhBhc21LOuVMpzpabVXQ9OpC2wO3pSO0q6t7HHMO', 'auth_token' => '23456'],
];
}