コード例 #1
0
 /**
  * @param boolean
  */
 public static function shareSession($shareSession)
 {
     self::$shareSession = $shareSession;
 }
コード例 #2
0
<?php

require_once 'PHPUnit/Autoload.php';
PHPUnit_Extensions_SeleniumTestCase::shareSession(true);
require_once 'Tests/SeleniumTestCase/BaseTestCase.php';
require_once 'Tests/Selenium2TestCase/BaseTestCase.php';
PHPUnit_Extensions_Selenium2TestCase::shareSession(true);