alexia\mar\tests::getTestClassName PHP 메소드

getTestClassName() 공개 메소드

Get the class name for this test type.
public getTestClassName ( $testType ) : string
리턴 string Test Class Name
    public function getTestClassName($testType)
    {
        return __NAMESPACE__ . "\\tests\\" . $testType;
    }