getFixture() public method
Returns the named fixture.
public yii\test\Fixture getFixture ( $name ) | ||
---|---|---|
$name | string |
The fixture name. This can be either the fixture alias name, or the class name if the alias is not used. |
return | yii\test\Fixture |
The fixture object, or null if the named fixture does not exist. |
Please login to continue.