We need to get the SimpleTest conding standards into the coder module.

Comments

boombatower’s picture

Project: SimpleTest » Drupal core
Version: » 7.x-dev
Component: Miscellaneous » simpletest.module

Moving.

boombatower’s picture

Project: Drupal core » Coder
Version: 7.x-dev » 7.x-1.x-dev
Component: simpletest.module » SimpleTest

Has this already been completed? If not should this be done only for Drupal 7 as SimpleTest is in core of 6.x as well?

stella’s picture

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.

boombatower’s picture

I believe this is the best summary documentation available. http://drupal.org/node/325974

stella’s picture

Title: Get coding standards into Coder Module » Add simpletest coding standards to Coder Module
NancyDru’s picture

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.

klausi’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

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.