Hi
there was a lot of talk about Selenium and running automated tests at drupal camp Essen Germany. People will love this module! :)
I get
Fatal error: Access level to SimpleTestSeleniumTestCase::setUp() must be public (as in class DrupalUnitTestCase) in
...simpletest_selenium.test on line 39
Setting this to public solves the issue
Otherwise it seems to work and now I will try to build a real test :)
Comments
Comment #1
boombatower commentedNeed to backport core changes to make the default project.
Comment #2
boombatower commentedComment #3
kenorb commentedI've this problem at: /admin/build/testing
in Pressflow 6.26
Which changes needs to be backported?
Comment #4
kenorb commentedI had to remove the module completely from the repo, to make the fatal error disappear (disabling didn't help).
Comment #5
kenorb commented