PHP Interface Nelmio\Alice\Generator\FixtureSetResolverInterface

Show file Open project: nelmio/alice Interface Usage Examples

Public Methods

Method Description
resolve ( FixtureSet $fixtureSet ) : ResolvedFixtureSet Resolves the loaded parameters and merge the injected ones with them and also resolves the fixture flags.

Method Details

resolve() public method

Resolves the loaded parameters and merge the injected ones with them and also resolves the fixture flags.
public resolve ( FixtureSet $fixtureSet ) : ResolvedFixtureSet
$fixtureSet Nelmio\Alice\FixtureSet
return ResolvedFixtureSet