Scalr\Tests\Scripting\GlobalVariablesTest::getVarTestName PHP Méthode

getVarTestName() private méthode

Gets test name for GV
private getVarTestName ( string $suffix = null ) : string
$suffix string
Résultat string
    private function getVarTestName($suffix = null)
    {
        return str_replace('-', '', $this->getTestName($suffix));
    }