mageekguy\atoum\test::getTestMethodPrefix PHP 메소드

getTestMethodPrefix() 공개 메소드

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