Skip to content

Commit

Permalink
- Merge [4517].
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jan 21, 2009
1 parent b93d237 commit 17fe537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PHPUnit/Extensions/SeleniumTestCase/Driver.php
Expand Up @@ -677,7 +677,7 @@ public function __call($command, $arguments)
case 'open':
case 'openWindow': {
if ($this->collectCodeCoverageInformation) {
$this->deleteCookie('PHPUNIT_SELENIUM_TEST_ID', '/');
$this->deleteCookie('PHPUNIT_SELENIUM_TEST_ID', 'path=/');

$this->createCookie(
'PHPUNIT_SELENIUM_TEST_ID=' . $this->testId,
Expand Down

0 comments on commit 17fe537

Please sign in to comment.