joomla-projects / GSOC-Webdriver_system_tests_for_CMS

[READ-ONLY] This repo is no longer in active development. Please see https://github.com/joomla/joomla-cms | REPOSITORY NOT ANYMORE IN USE, see readme
https://github.com/joomla-projects/GSOC-Webdriver_system_tests_for_CMS/blob/staging/README.md
GNU General Public License v2.0
0 stars 3 forks source link

Have JoomlaWebdriverTestCase extend PHPUnit_Extensions_Selenium2TestCase #92

Closed mbabker closed 9 years ago

mbabker commented 9 years ago

Our parent test case class extends directly from the base PHPUnit_Framework_TestCase class. Is there a particular reason we don't extend PHPUnit_Extensions_Selenium2TestCase instead?

puneet0191 commented 9 years ago

If we try to use PHPUnit_Extensions_Selenium2TestCase instead of the current one, we might need to make changes to a lot of places, I have tried to make it extend PHPUnit_Extensions_Selenium2TestCase but it brakes the library, moreover I think It also has to do something with Nearsoft Library.