diff --git a/tests/JsonParserTest.php b/tests/JsonParserTest.php index d95ad52..2788ce4 100644 --- a/tests/JsonParserTest.php +++ b/tests/JsonParserTest.php @@ -9,11 +9,12 @@ * file that was distributed with this source code. */ +use PHPUnit\Framework\TestCase; use Seld\JsonLint\JsonParser; use Seld\JsonLint\ParsingException; use Seld\JsonLint\DuplicateKeyException; -class JsonParserTest extends PHPUnit_Framework_TestCase +class JsonParserTest extends TestCase { protected $json = array( '42', '42.3', '0.3', '-42', '-42.3', '-0.3',