You are here

function CoderReviewStyleTest::testMultibyte in Coder 7.2

Tests for the detection of multi-byte characters in a code snippet.

File

coder_review/tests/coder_review_style.test, line 122

Class

CoderReviewStyleTest
Class to test for the style of the required Drupal coding standards.

Code

function testMultibyte() {
  $this
    ->assertCoderReviewFail("  \$a = 'óóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóóó';\n  if(\$a == 1) {\n");
}