summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/HTMLParserTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/HTMLParserTest.php b/test/HTMLParserTest.php
index d3e785a..ad6d943 100644
--- a/test/HTMLParserTest.php
+++ b/test/HTMLParserTest.php
@@ -17,7 +17,7 @@ class HTMLParserTest extends \PHPUnit_Framework_TestCase
];
if ($config) {
- $options = $config;
+ $options = array_merge($options, $config);
}
$readability = new HTMLParser($options);