Skip to content

Commit

Permalink
Selenium -> Testing_Selenium, closes sebastianbergmann#59.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Oct 18, 2006
1 parent 026be90 commit f8e22b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions PHPUnit/Extensions/SeleniumTestCase.php
Expand Up @@ -46,7 +46,7 @@

require_once 'PHPUnit/Framework.php';
require_once 'PHPUnit/Util/Filter.php';
require_once 'Selenium.php';
require_once 'Testing/Selenium.php';

PHPUnit_Util_Filter::addFileToFilter(__FILE__, 'PHPUNIT');

Expand All @@ -66,7 +66,7 @@
class PHPUnit_Extensions_SeleniumTestCase extends PHPUnit_Framework_TestCase
{
/**
* @var Selenium
* @var Testing_Selenium
* @access private
*/
private $selenium = NULL;
Expand Down Expand Up @@ -112,7 +112,7 @@ protected function runTest()
$driver = 'native';
}

$this->selenium = new Selenium(
$this->selenium = new Testing_Selenium(
$this->browser,
$this->browserUrl,
$this->host,
Expand Down
4 changes: 2 additions & 2 deletions package.xml
Expand Up @@ -782,9 +782,9 @@
<channel>pear.php.net</channel>
</package>
<package>
<name>Selenium</name>
<name>Testing_Selenium</name>
<channel>pear.php.net</channel>
<min>0.1.5</min>
<min>0.2.0</min>
</package>
<extension>
<name>xdebug</name>
Expand Down

0 comments on commit f8e22b9

Please sign in to comment.