PHP Interface Nelmio\Alice\Generator\FixtureSetResolverInterface

Afficher le fichier Open project: nelmio/alice Interface Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat ResolvedFixtureSet