You are here

function coder_test_two_errors_on_same_line in Coder 5.2

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

File

tests/coder_style.inc, line 35
This include file implements tests for the Drupal Standards as defined at http://drupal.org/coding-standards

Code

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

    // There are 3 errors on this line.
  }
}