Nelmio\Alice\Parser\RuntimeCacheParserTest::testIsNotClonable PHP Method

testIsNotClonable() public method

public testIsNotClonable ( )
    public function testIsNotClonable()
    {
        clone new RuntimeCacheParser(new FakeParser(), new FakeFileLocator(), new FakeIncludeProcessor());
    }