Storyplayer\TestEnvironments\Centos_7_HostAdapter::getOsName PHP Метод

getOsName() публичный Метод

what is our operating system name?
public getOsName ( ) : string
Результат string
    public function getOsName()
    {
        return "centos7";
    }
Centos_7_HostAdapter