Skip to content

Commit adab01e

Browse files
authored
Merge pull request #302 from PHPCSStandards/feature/generic-inlinehtml-make-tests-more-descriptive
Tests/Generic: make some tests a little more descriptive
2 parents e0e03f0 + c095f25 commit adab01e

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)