Nelmio\Alice\Generator\Instantiator\Chainable\DummyChainableInstantiator::canInstantiate PHP Method

canInstantiate() public method

public canInstantiate ( Nelmio\Alice\FixtureInterface $fixture ) : boolean
$fixture Nelmio\Alice\FixtureInterface
return boolean
    public function canInstantiate(FixtureInterface $fixture) : bool
    {
        return true;
    }
DummyChainableInstantiator