Closed (outdated)
Project:
SimpleTest
Version:
6.x-2.6
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2009 at 15:46 UTC
Updated:
11 Nov 2019 at 15:22 UTC
Jump to comment: Most recent
Comments
Comment #1
andreiashu commentedOuch, just now i saw that date_api extends DrupalTestCase and not DrupalWebTestCase...
Comment #2
yhager commentedI'm probably missing something, as I have the same problem, but I don't understand the fix.
Comment #3
boombatower commentedThe SimpleTest 1.x API tests extend DrupalTestCase...the 2.x API tests extend DrupalWebTestCase....the latest dev SimpleTest 2.x ignores the 1.x style tests so you don't get an error, accidentally left that out.
You still need to update the tests to run them in 2.x.
Overall this is fixed in dev, new release soon just waiting for more feedback.
Comment #5
Umayal commentedFatal error: Class 'DrupalWebTestCase' not found I am also getting the same error in my test module, anybody cleared?
Comment #6
mustafa.ata commentedHi,
I am getting this issue
Fatal error: Class 'DrupalWebTestCase' not found in /sites/all/modules/captcha/captcha.test on line 35
I am not using any test module, this error somehow has occurred, and has blocked my whole site. Dont know what happened to it. The whole site works ok before this error on the server and on my local machine.
In search of a solution.....
Comment #7
mustafa.ata commentedComment #8
lendudeThis version is not supported anymore.