FixtureFixture
in package
uses
Fixture
Table of Contents
Properties
- $fixture : Fixture|null
- $getPathToFixture : callable(string): string
Methods
- __construct() : mixed
- createFixture() : Fixture
- fixtureGetFixture() : Fixture|null
- fixtureGetPDO() : PDO|null
- getFixture() : Fixture
Properties
$fixture
private
Fixture|null
$fixture
= null
$getPathToFixture
private
callable(string): string
$getPathToFixture
Methods
__construct()
public
__construct(callable(string): string $getPathToFixture) : mixed
Parameters
- $getPathToFixture : callable(string): string
createFixture()
public
createFixture() : Fixture
Return values
FixturefixtureGetFixture()
public
fixtureGetFixture() : Fixture|null
Return values
Fixture|nullfixtureGetPDO()
public
fixtureGetPDO() : PDO|null
Return values
PDO|nullgetFixture()
public
getFixture() : Fixture