In simpletest.test in the current 2.9 release, there's a reference to debug('Foo', 'Debug'); which is a D7-only function.
The test still passes fine, but it should probably get nixed for D6 backport awesomeness.
In simpletest.test in the current 2.9 release, there's a reference to debug('Foo', 'Debug'); which is a D7-only function.
The test still passes fine, but it should probably get nixed for D6 backport awesomeness.
Comments
Comment #1
dave reidYou have to apply the patch in the module's directory to Drupal core (D6-core-simpletest.patch).