Beispiel #1
0
 public function setUp()
 {
     $this->setHost('localhost');
     $this->setPort(4444);
     $this->setBrowser('firefox');
     $this->setBrowserUrl('http://localhost:8080/');
     $this->mysqli = new mysqli('localhost', 'root', '', 'phpback_test');
     Scripts::setInstance($this);
 }