PHP Class AuthorFixture

Inheritance: extends CakeTestFixture
Show file Open project: robwilkerson/cakephp-audit-log-plugin

Public Properties

Property Type Description
$fields array The fields
$name string The name of the fixture
$records array The records

Property Details

$fields public property

The fields
public array $fields
return array

$name public property

The name of the fixture
public string $name
return string

$records public property

The records
public array $records
return array