Esempio n. 1
0
 public function setUp()
 {
     if (defined('SKIPPING') || !defined('EMAIL_PASSWORD')) {
         $this->markTestSkipped();
     }
     if (stripos(php_uname('s'), 'netbsd') !== FALSE || file_exists('/etc/SuSE-release')) {
         fEmail::fixQmail();
     }
 }