Method | Description | |
---|---|---|
canResolve ( Nelmio\Alice\Definition\ValueInterface $value ) : boolean | ||
resolve ( Nelmio\Alice\Definition\ValueInterface $value, Nelmio\Alice\FixtureInterface $fixture, |
Method | Description | |
---|---|---|
replacePlaceholders ( string $expression ) : string | Replaces references to another fixtures, e.g. "@another_dummy" by the variable of the scope "$_instances['another_dummy']". |
public canResolve ( Nelmio\Alice\Definition\ValueInterface $value ) : boolean | ||
$value | Nelmio\Alice\Definition\ValueInterface | |
return | boolean |
public resolve ( Nelmio\Alice\Definition\ValueInterface $value, Nelmio\Alice\FixtureInterface $fixture, |
||
$value | Nelmio\Alice\Definition\ValueInterface | |
$fixture | Nelmio\Alice\FixtureInterface | |
$fixtureSet | ||
$scope | array | |
$context | ||
return |