Nelmio\Alice\Definition\Fixture\TemplatingTest::createFixtureWithFlags PHP 메소드

createFixtureWithFlags() 개인적인 메소드

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