PostStatementCommentUnitTest.inc in Coder 8.3
Same filename and directory in other branches
File
tests/Drupal/Commenting/PostStatementCommentUnitTest.incView source
<?php
foo();
// Comment should be on the line before.
$x = array(
'a' => 'b',
'c' => 'd',
);