summaryrefslogtreecommitdiff
path: root/test/HTMLParserTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/HTMLParserTest.php')
-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) {