From e40dd324b3f5bf810fd2c7df339535da71445ab5 Mon Sep 17 00:00:00 2001 From: Andres Rey Date: Tue, 20 Nov 2018 23:51:05 +0000 Subject: Update tests to make the compatible with PHPUnit 6 --- test/ConfigurationTest.php | 2 +- test/ReadabilityTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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 -- cgit v1.2.3