Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\FunctionTokenizerTest::testIsNotClonable PHP Method

testIsNotClonable() public method

public testIsNotClonable ( )
    public function testIsNotClonable()
    {
        clone $this->tokenizer;
    }