Nelmio\Alice\Generator\Resolver\Value\Chainable\VariableValueResolverTest::testThrowsAnExceptionIfTheVariableCannotBeFoundInTheScope PHP Method

testThrowsAnExceptionIfTheVariableCannotBeFoundInTheScope() public method

    public function testThrowsAnExceptionIfTheVariableCannotBeFoundInTheScope()
    {
        $value = new VariableValue('foo');
        $set = ResolvedFixtureSetFactory::create();
        $resolver = new VariableValueResolver();
        $resolver->resolve($value, new FakeFixture(), $set, [], new GenerationContext());
    }