You are here

function CoderTestFile::testMessage in Coder 6

Same name and namespace in other branches
  1. 6.2 scripts/coder_format/tests/CoderTestFile.php \CoderTestFile::testMessage()
  2. 7.2 scripts/coder_format/tests/CoderTestFile.php \CoderTestFile::testMessage()
  3. 7 scripts/coder_format/tests/CoderTestFile.php \CoderTestFile::testMessage()

Implements SimpleExpectation::testMessage().

File

scripts/coder_format/tests/CoderTestFile.php, line 137

Class

CoderTestFile
Represents coder test file for full coder_format_string_all() tests.

Code

function testMessage() {
  $message = $this->test . ' test in ' . htmlspecialchars(basename($this->filename));
  return $message;
}