Skip to content

Commit

Permalink
Merge pull request #45 from DavidPrevot/phpunit6
Browse files Browse the repository at this point in the history
Move to namespaced phpunit versions
  • Loading branch information
Seldaek authored Nov 30, 2017
2 parents 5828ab2 + 4267a75 commit 7a30649
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/JsonParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 7a30649

Please sign in to comment.