Nelmio\Alice\Definition\Fixture\TemplatingTest::createFixtureWithFlags PHP Method

createFixtureWithFlags() private method

private createFixtureWithFlags ( FlagBag $flags ) : SimpleFixtureWithFlags
$flags Nelmio\Alice\Definition\FlagBag
return SimpleFixtureWithFlags
    private function createFixtureWithFlags(FlagBag $flags) : SimpleFixtureWithFlags
    {
        return new SimpleFixtureWithFlags(new SimpleFixture($flags->getKey(), 'Dummy', SpecificationBagFactory::create()), $flags);
    }