You are here

PostStatementCommentUnitTest.inc in Coder 8.3

Same filename and directory in other branches
  1. 8.3.x tests/Drupal/Commenting/PostStatementCommentUnitTest.inc

File

tests/Drupal/Commenting/PostStatementCommentUnitTest.inc
View source
<?php

foo();

// Comment should be on the line before.
$x = array(
  'a' => 'b',
  'c' => 'd',
);