Mutagenesis\Mutation\MutationAbstract::getFilename PHP Method

getFilename() public method

Return the file path of the file which is currently being assessed for mutations.
public getFilename ( ) : string
return string
    public function getFilename()
    {
        return $this->_filename;
    }