summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2017-03-10 10:54:32 +0000
committerStyleCI Bot <[email protected]>2017-03-10 10:54:32 +0000
commit52b15698db988be358bc36bcca3ac8facd6003e2 (patch)
treef5bb723beb912776e0308b776405a4f71a06c9d5 /test
parentf57d028a5d808fd0ab88588ca3247c927ec27323 (diff)
Apply fixes from StyleCI
Diffstat (limited to 'test')
-rw-r--r--test/HTMLParserTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/HTMLParserTest.php b/test/HTMLParserTest.php
index 673a1d5..9d7586e 100644
--- a/test/HTMLParserTest.php
+++ b/test/HTMLParserTest.php
@@ -13,7 +13,7 @@ class HTMLParserTest extends \PHPUnit_Framework_TestCase
{
$options = ['originalURL' => 'http://fakehost/test/test.html',
'fixRelativeURLs' => true,
- 'substituteEntities' => true
+ 'substituteEntities' => true,
];
if ($config) {