Skip to content

Commit b636cc5

Browse files
committed
issue giorgiosironi#126: added browser accessor in PHPUnit_Extensions_SeleniumTestCase_Driver
1 parent db61244 commit b636cc5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

PHPUnit/Extensions/SeleniumTestCase/Driver.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,14 @@ public function setBrowser($browser)
261261
$this->browser = $browser;
262262
}
263263

264+
/**
265+
* @return string
266+
*/
267+
public function getBrowser()
268+
{
269+
return $this->browser;
270+
}
271+
264272
/**
265273
* @param string $browserUrl
266274
* @throws InvalidArgumentException

0 commit comments

Comments
 (0)