alexia\mar\tests::getTestClassName PHP Method

getTestClassName() public method

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