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

remove doc of non existing parameter #114

Closed javigomez closed 9 years ago

javigomez commented 9 years ago

I was trying to reproduce:


3) ArticleManager0001Test::changeArticleState_ChangePublishedUsingToolbar_PublishedChanged
Undefined variable: resultObject

/tests/system/webdriver/SeleniumClient/WebDriverWait.php:62
/tests/system/webdriver/SeleniumClient/WebDriver.php:416
/tests/system/webdriver/Pages/System/AdminManagerPage.php:261
/tests/system/webdriver/Pages/System/AdminManagerPage.php:308
/tests/system/webdriver/tests/content/ArticleManager0001Test.php:192

--

found at https://github.com/joomla-projects/GSOC-Webdriver_system_tests_for_CMS/issues/112

However running the test alone I got no error:

JAVI:tests javiergomez$ /Applications/XAMPP/xamppfiles/bin/phpunit --verbose content/ArticleManager0001Test.php 
PHPUnit 3.7.29 by Sebastian Bergmann.

Configuration read from tests/system/webdriver/tests/phpunit.xml.dist

........

Time: 4.46 minutes, Memory: 6.25Mb

OK (8 tests, 244 assertions)

Anyway I'm sending a couple of fixes in the dockblocs

puneet0191 commented 9 years ago

@javigomez I am also not getting any error, sometimes running the whole suite causes such errors