ParaTest\Parser\Parser::getCleanReflectionName PHP Method

getCleanReflectionName() private method

Return reflection name with null bytes stripped
private getCleanReflectionName ( ) : string
return string
    private function getCleanReflectionName()
    {
        return str_replace("", '', $this->refl->getName());
    }