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

createInstance() protected method

protected createInstance ( Nelmio\Alice\FixtureInterface $fixture )
$fixture Nelmio\Alice\FixtureInterface
    protected function createInstance(FixtureInterface $fixture)
    {
        return new \stdClass();
    }
DummyChainableInstantiator