Skip to content

Commit b2967ab

Browse files
committed
Revert "Couple fixes to be compatible with phpunit 8 + php 7.3"
This reverts commit 0e0baad.
1 parent 35809b0 commit b2967ab

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

phpunit.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
convertWarningsToExceptions="true"
99
processIsolation="false"
1010
stopOnFailure="false"
11+
syntaxCheck="false"
1112
>
1213
<testsuites>
1314
<testsuite name="HJSON Test Suite">

tests/HJSONParserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class HJSONParserTest extends TestCase
1111
{
1212

13-
protected function setUp(): void
13+
public function setUp()
1414
{
1515
parent::setUp();
1616
$this->rootDir = dirname(__FILE__).DIRECTORY_SEPARATOR."assets";

0 commit comments

Comments
 (0)