summaryrefslogtreecommitdiff
path: root/test/ReadabilityTest.php
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2017-12-01 20:44:35 +0000
committerAndres Rey <[email protected]>2017-12-01 20:44:35 +0000
commitecebda06241ff34eac70b247c74175b162902582 (patch)
treec919efcf1b013cbd7f1221596328f93e0b54e367 /test/ReadabilityTest.php
parent8a266f2cae5dce8d1fa39c40caac8400406898bb (diff)
parenta2eded4e4df7e48a6f20d9e0449c52bf8003c471 (diff)
Merge remote-tracking branch 'origin/v1.0' into v1.0
# Conflicts: # src/NodeClass/DOMNode.php # src/Readability.php
Diffstat (limited to 'test/ReadabilityTest.php')
-rw-r--r--test/ReadabilityTest.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/ReadabilityTest.php b/test/ReadabilityTest.php
index a577b3d..9d29ba5 100644
--- a/test/ReadabilityTest.php
+++ b/test/ReadabilityTest.php
@@ -2,7 +2,6 @@
namespace andreskrey\Readability\Test;
-
use andreskrey\Readability\Configuration;
use andreskrey\Readability\Readability;
@@ -24,7 +23,7 @@ class ReadabilityTest extends \PHPUnit_Framework_TestCase
$configuration = new Configuration();
- foreach($options as $key => $value){
+ foreach ($options as $key => $value) {
$name = 'set' . $key;
$configuration->$name($value);
}
@@ -50,7 +49,7 @@ class ReadabilityTest extends \PHPUnit_Framework_TestCase
}
$configuration = new Configuration();
- foreach($options as $key => $value){
+ foreach ($options as $key => $value) {
$name = 'set' . $key;
$configuration->$name($value);
}