You are here

function coderCamelCase in Coder 5

Same name and namespace in other branches
  1. 5.2 tests/coder_style.inc \coderCamelCase()

File

tests/coder_style.inc, line 22
This include file implements tests for the Drupal Standards

Code

function coderCamelCase() {
  $camelCaseVar = 'whatever';

  // camel case functions and vars not allowed
}