/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/debug_kit/tests/Fixture
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/debug_kit/tests/Fixture/RequestsFixture.php (1761B)
['type' => 'uuid', 'null' => false],
'url' => ['type' => 'text', 'null' => false],
'content_type' => ['type' => 'string'],
'status_code' => ['type' => 'integer'],
'method' => ['type' => 'string'],
'requested_at' => ['type' => 'datetime', 'null' => false],
'_constraints' => [
'primary' => ['type' => 'primary', 'columns' => ['id']],
],
];
/**
* Records
*
* @var array
*/
public $records = [];
/**
* Constructor
*
* @param string $connection The connection name to use.
*/
public function __construct($connection = null)
{
if ($connection) {
$this->connection = $connection;
}
$this->init();
}
}