Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
It's not in coder yet. Is there a definitive set of simpletest coding standards? Is the comment at http://drupal.org/node/234405#comment-771943 the final version? You should probably add a book page with the final version, and I'll start looking at implementing some of these over the coming weeks.
This should be done for 6.x as well as many of us are coding SimpleTests for our 6.x branches. Of particular interest to me is the dropping of the camel case warnings in test files.
Coder 7.x-1.x is frozen now and will not receive any updates. Coder 8.x-2.x can be used to check code for any Drupal version, Coder 8.x-2.x also supports the phpcbf command to automatically fix conding standard errors. Please check if this issue is still relevant and reopen against that version if necessary.
Comments
Comment #1
boombatower commentedMoving.
Comment #2
boombatower commentedHas this already been completed? If not should this be done only for Drupal 7 as SimpleTest is in core of 6.x as well?
Comment #3
stella commentedIt's not in coder yet. Is there a definitive set of simpletest coding standards? Is the comment at http://drupal.org/node/234405#comment-771943 the final version? You should probably add a book page with the final version, and I'll start looking at implementing some of these over the coming weeks.
Comment #4
boombatower commentedI believe this is the best summary documentation available. http://drupal.org/node/325974
Comment #5
stella commentedComment #6
nancydruThis should be done for 6.x as well as many of us are coding SimpleTests for our 6.x branches. Of particular interest to me is the dropping of the camel case warnings in test files.
Comment #7
klausiCoder 7.x-1.x is frozen now and will not receive any updates. Coder 8.x-2.x can be used to check code for any Drupal version, Coder 8.x-2.x also supports the phpcbf command to automatically fix conding standard errors. Please check if this issue is still relevant and reopen against that version if necessary.