Nelmio\Alice\Generator\Instantiator\InstantiatorRegistryTest::testThrowExceptionIfNoSuitableParserIsFound PHP Method

testThrowExceptionIfNoSuitableParserIsFound() public method

    public function testThrowExceptionIfNoSuitableParserIsFound()
    {
        $fixture = new DummyFixture('dummy');
        $set = ResolvedFixtureSetFactory::create();
        $registry = new InstantiatorRegistry([]);
        $registry->instantiate($fixture, $set, new GenerationContext());
    }