Пример #1
0
 public function environment()
 {
     if ($this->_environment === NULL) {
         $this->_environment = parent::environment();
         $this->_environment->groups('config', new Environment_Group_Config());
     }
     return $this->_environment;
 }
 public function driver_selenium()
 {
     return parent::driver_selenium()->base_url('http://6ca1671dbfe9477b14ce-fabb5009fe9cc97c5f42aa7fac8fcd02.r26.cf3.rackcdn.com');
 }
Пример #3
0
 public function tearDown()
 {
     Database::instance()->rollback();
     $this->env->restore();
     parent::tearDown();
 }