I came across a trivial problem that might help other module authors. The VotingAPI .test file had:
getInfo() {
'name' => ...,
'desc' => ...,
'group' => ...,
}
It would be great if coder could check the .test files' getInfo()'s for the correct 'name', 'description', and 'group' array keys. If they're not spelled correctly it would throw PHP notices in the SimpleTest selection screen.
Comments
Comment #1
klausiCoder for Drupal 6 is now frozen and only security fixes will be applied. Feel free to update this issue and reopen against 7.x-2.x or 8.x-2.x.