Example #1
0
 public function driver_phantomjs()
 {
     $driver = parent::driver_phantomjs();
     $config = Kohana::$config->load('functest.drivers.phantomjs');
     $connection = new Driver_Phantomjs_Connection($config['server']);
     $connection->start($config['pid'], $config['log']);
     return $driver->connection($connection)->base_url(URL::base(TRUE));
 }
 public function driver_phantomjs()
 {
     return parent::driver_phantomjs()->base_url('http://6ca1671dbfe9477b14ce-fabb5009fe9cc97c5f42aa7fac8fcd02.r26.cf3.rackcdn.com');
 }