On a clean drupal install, the token simpletest fails in TokenActionsTestCase:

Call to undefined method TokenActionsTestCase::assertLinkByHref() on token_actions.test:77

The tests are straight copies of the Drupal 7 simpletest, which are not compatible with Drupal 6.

Comments

Coornail’s picture

Issue summary: View changes

Fix typo.

Dave Reid’s picture

Status: Active » Fixed

You need to be using SimpleTest 6.x-2.x-dev.

Coornail’s picture

Status: Fixed » Closed (works as designed)

Thanks!

Could you put that info somewhere in the README.txt?

kenorb’s picture

Thanks, it works.

kenorb’s picture

Title: Simpletest fails on a clean drupal install » Simpletest fails: Call to undefined method TokenActionsTestCase::assertLinkByHref() on token_actions.test:77
kenorb’s picture

Issue summary: View changes

Extend error report.