getFixtures() public method
Returns the fixture objects as specified in globalFixtures() and fixtures().
public yii\test\Fixture[] getFixtures ( ) | ||
---|---|---|
return | yii\test\Fixture[] |
The loaded fixtures for the current test case |
getFixtures() public method
Returns the fixture objects as specified in globalFixtures() and fixtures().
public yii\test\Fixture[] getFixtures ( ) | ||
---|---|---|
return | yii\test\Fixture[] |
The loaded fixtures for the current test case |
Please login to continue.