You are here

function coder_test_two_errors_on_same_line in Coder 5

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

File

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

Code

function coder_test_two_errors_on_same_line() {
  if ('test=' . $test == 'test=') {

    // there are 3 errors on this line
  }
}