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

Extensions #49

Closed kshitijSharma2014 closed 10 years ago

kshitijSharma2014 commented 10 years ago

@puneet0191 @javigomez @gunjanpatel added doc blocks

kshitijSharma2014 commented 10 years ago

@puneet0191 I am using this style of putting admin login in each test because I needed the variable $cpPage which is equal to $this->doAdminLogin(). I tried to put it in the setup but then phpcs gives me an error stating undefined variable $cpPage in the test function.

kshitijSharma2014 commented 10 years ago

@puneet0191 @javigomez @gunjanpatel updated code to meet joomla coding standards