public function setUp()
 {
     self::$driver = new PHPWebDriver_WebDriver();
     self::$client = new PHPBrowserMobProxy_Client("localhost:8080");
 }
Exemple #2
0
 static function tearDownAfterClass()
 {
     self::$arachnid = null;
 }