function CoderReviewStyleTest::testStyleClosingPhp in Coder 7
Same name and namespace in other branches
- 7.2 coder_review/tests/coder_review_style.test \CoderReviewStyleTest::testStyleClosingPhp()
File
- coder_review/
tests/ coder_review_style.test, line 62
Class
Code
function testStyleClosingPhp() {
$this
->assertCoderReviewFail(" print 'hello';\n?>");
}