public static function setUpBeforeClass() { parent::setUpBeforeClass(); $serviceStates = static::$_client->server()->getServiceStates(); static::$_isMailSupported = $serviceStates['smtp'] && 'running' == $serviceStates['smtp']['state']; static::$_webspace = static::_createWebspace('example.dom'); }
public static function setUpBeforeClass() { parent::setUpBeforeClass(); static::$_webspace = static::_createWebspace('example.dom'); }