Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Nelmio
Alice
Generator
FixtureSetResolverInterface
PHP Interface Nelmio\Alice\Generator\FixtureSetResolverInterface
Mostrar archivo
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