Nelmio\Alice\Generator\Resolver\Value\Chainable\FakerFunctionCallValueResolverValueTest::testCanResolvePropertyReferenceValues PHP Method

testCanResolvePropertyReferenceValues() public method

    public function testCanResolvePropertyReferenceValues()
    {
        $resolver = new FakerFunctionCallValueResolver(FakerGeneratorFactory::create());
        $this->assertTrue($resolver->canResolve(new FunctionCallValue('')));
        $this->assertFalse($resolver->canResolve(new FakeValue()));
    }