summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorFiveFilters.org <[email protected]>2021-08-14 15:35:04 +0200
committerFiveFilters.org <[email protected]>2021-08-14 15:35:04 +0200
commit76e73ebcd6cb415ec16d71d67f3f2c46c0889b9e (patch)
tree481d308ef9f86fbeca9b03bd3281e1d794b7608d /test
parentad61cc8dee18cb1e5dc0333aa3dff9c2415262a7 (diff)
Update namespace
Diffstat (limited to 'test')
-rw-r--r--test/ConfigurationTest.php4
-rw-r--r--test/ReadabilityTest.php8
-rw-r--r--test/TestPage.php2
3 files changed, 7 insertions, 7 deletions
diff --git a/test/ConfigurationTest.php b/test/ConfigurationTest.php
index b3810ed..d08065f 100644
--- a/test/ConfigurationTest.php
+++ b/test/ConfigurationTest.php
@@ -1,8 +1,8 @@
<?php
-namespace andreskrey\Readability\Test;
+namespace fivefilters\Readability\Test;
-use andreskrey\Readability\Configuration;
+use fivefilters\Readability\Configuration;
use Monolog\Handler\NullHandler;
use Monolog\Logger;
diff --git a/test/ReadabilityTest.php b/test/ReadabilityTest.php
index a0d7514..3ef121f 100644
--- a/test/ReadabilityTest.php
+++ b/test/ReadabilityTest.php
@@ -1,10 +1,10 @@
<?php
-namespace andreskrey\Readability\Test;
+namespace fivefilters\Readability\Test;
-use andreskrey\Readability\Configuration;
-use andreskrey\Readability\ParseException;
-use andreskrey\Readability\Readability;
+use fivefilters\Readability\Configuration;
+use fivefilters\Readability\ParseException;
+use fivefilters\Readability\Readability;
/**
* Class ReadabilityTest.
diff --git a/test/TestPage.php b/test/TestPage.php
index 954ddec..8cce347 100644
--- a/test/TestPage.php
+++ b/test/TestPage.php
@@ -1,6 +1,6 @@
<?php
-namespace andreskrey\Readability\Test;
+namespace fivefilters\Readability\Test;
class TestPage
{