Nelmio\Alice\Generator\Resolver\Fixture\TemplateFixtureResolverTest::testIsNotClonable PHP Method

testIsNotClonable() public method

public testIsNotClonable ( )
    public function testIsNotClonable()
    {
        clone new TemplateFixtureResolver();
    }
TemplateFixtureResolverTest