summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2018-11-20 23:51:05 +0000
committerAndres Rey <[email protected]>2018-11-20 23:51:05 +0000
commite40dd324b3f5bf810fd2c7df339535da71445ab5 (patch)
tree5447a87f73d79c78febcb7932db5ad5173e80485 /test
parenta6c6dc696956aefc364412547c64f632b51adc6b (diff)
Update tests to make the compatible with PHPUnit 6
Diffstat (limited to 'test')
-rw-r--r--test/ConfigurationTest.php2
-rw-r--r--test/ReadabilityTest.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/ConfigurationTest.php b/test/ConfigurationTest.php
index b304b40..e193069 100644
--- a/test/ConfigurationTest.php
+++ b/test/ConfigurationTest.php
@@ -9,7 +9,7 @@ use Monolog\Logger;
/**
* Class ConfigurationTest.
*/
-class ConfigurationTest extends \PHPUnit_Framework_TestCase
+class ConfigurationTest extends \PHPUnit\Framework\TestCase
{
/**
* @dataProvider getParams
diff --git a/test/ReadabilityTest.php b/test/ReadabilityTest.php
index c20574e..95ad318 100644
--- a/test/ReadabilityTest.php
+++ b/test/ReadabilityTest.php
@@ -6,7 +6,7 @@ use andreskrey\Readability\Configuration;
use andreskrey\Readability\ParseException;
use andreskrey\Readability\Readability;
-class ReadabilityTest extends \PHPUnit_Framework_TestCase
+class ReadabilityTest extends \PHPUnit\Framework\TestCase
{
/**
* @dataProvider getSamplePages