mageekguy\atoum\test::getTestMethodPrefix PHP Method

getTestMethodPrefix() public method

public getTestMethodPrefix ( )
    public function getTestMethodPrefix()
    {
        return $this->testMethodPrefix !== null ? $this->testMethodPrefix : self::getMethodPrefix();
    }
test