Active
Project:
Selenium to SimpleTest
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 Mar 2010 at 14:22 UTC
Updated:
13 Nov 2018 at 16:52 UTC
Jump to comment: Most recent
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