diff options
| author | Fabio Bas <ctrlaltca@gmail.com> | 2014-01-06 22:34:49 +0100 | 
|---|---|---|
| committer | Fabio Bas <ctrlaltca@gmail.com> | 2014-01-06 22:34:49 +0100 | 
| commit | 5d9f6fc77131d75e6c73a7e57df8d967b6b09215 (patch) | |
| tree | 6dc4083ddb2e40b3616e5be795725f901df42fc5 /tests/test_tools/PradoGenericSeleniumTest.php | |
| parent | c09ff85baefcd84e399ca7987c738a76865732ab (diff) | |
Fixed some function tests; start working on porting them to Selenium2 interface
Diffstat (limited to 'tests/test_tools/PradoGenericSeleniumTest.php')
| -rw-r--r-- | tests/test_tools/PradoGenericSeleniumTest.php | 25 | 
1 files changed, 1 insertions, 24 deletions
diff --git a/tests/test_tools/PradoGenericSeleniumTest.php b/tests/test_tools/PradoGenericSeleniumTest.php index 2c9ceb21..9a60f95a 100644 --- a/tests/test_tools/PradoGenericSeleniumTest.php +++ b/tests/test_tools/PradoGenericSeleniumTest.php @@ -1,7 +1,6 @@  <?php  require_once 'PHPUnit/Extensions/SeleniumTestCase.php'; -require_once 'PHPUnit/Extensions/Selenium2TestCase.php'; -  +  class PradoGenericSeleniumTest extends PHPUnit_Extensions_SeleniumTestCase  {  	static $browser='*googlechrome'; @@ -17,26 +16,4 @@ class PradoGenericSeleniumTest extends PHPUnit_Extensions_SeleniumTestCase  	protected function tearDown()  	{  	} -} - -// TODO: stub -class PradoGenericSelenium2Test extends PHPUnit_Extensions_Selenium2TestCase -{ -	static $browser='chrome'; -	static $baseurl='http://127.0.0.1/prado-3.2/tests/FunctionalTests/'; - -	protected function setUp() -	{ -		$this->setBrowser(static::$browser); -		$this->setBrowserUrl(static::$baseurl); -	} - -	protected function open($url) -	{ -		$this->setBrowserUrl(static::$baseurl.$url); -	} - -	protected function tearDown() -	{ -	}  }
\ No newline at end of file  | 
