test\FixtureTrait getFixture()

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.

doc_Yii
2016-10-30 17:13:12
Comments
Leave a Comment

Please login to continue.