We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35809b0 commit b2967abCopy full SHA for b2967ab
2 files changed
phpunit.xml
@@ -8,6 +8,7 @@
8
convertWarningsToExceptions="true"
9
processIsolation="false"
10
stopOnFailure="false"
11
+ syntaxCheck="false"
12
>
13
<testsuites>
14
<testsuite name="HJSON Test Suite">
tests/HJSONParserTest.php
@@ -10,7 +10,7 @@
class HJSONParserTest extends TestCase
{
- protected function setUp(): void
+ public function setUp()
15
parent::setUp();
16
$this->rootDir = dirname(__FILE__).DIRECTORY_SEPARATOR."assets";
0 commit comments