Example #1
0
 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');
 }
Example #2
0
 public static function setUpBeforeClass()
 {
     parent::setUpBeforeClass();
     static::$_webspace = static::_createWebspace('example.dom');
 }