Skip to content

Commit c095f25

Browse files
committed
Tests/Generic: make some tests a little more descriptive
Follow up on squizlabs/PHP_CodeSniffer 2183 which added these test files. This commit makes it clear within the test case file what is being tested by each.
1 parent e0e03f0 commit c095f25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?php
2-
echo 'foo';
2+
echo 'This file has a UTF-8 Byte order mark';
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
foo<?php
2-
echo 'foo';
2+
echo 'This file has a UTF-8 Byte order mark and inline HTML before the open tag';
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22

3-
//some code
3+
// This file has a UTF-8 Byte order mark.

0 commit comments

Comments
 (0)