summaryrefslogtreecommitdiff
path: root/test/ReadabilityTest.php
diff options
context:
space:
mode:
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);
}