PHPUnit v 3.7 documetation says that we can run same test in different browsers. We have to create a descendant class from PHPUnit_Extensions_SeleniumTestCase with a special variable called $browsers.
Continue reading
How to test in different browsers with PHPUnit-Selenium
Leave a reply