We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eefbbd6 commit 055cae8Copy full SHA for 055cae8
composer.json
@@ -6,7 +6,7 @@
6
"php": ">=7.2"
7
},
8
"require-dev": {
9
- "phpunit/phpunit": "^7.5.20"
+ "phpunit/phpunit": "^8.5.15"
10
11
"license": "MIT",
12
"authors": [
tests/api/NodeApiTest.php
@@ -25,7 +25,7 @@ function a () {
25
26
public static $sourceFileNode;
27
28
- public static function setUpBeforeClass() {
+ public static function setUpBeforeClass(): void {
29
$parser = new Parser();
30
self::$sourceFileNode = $parser->parseSourceFile(self::FILE_CONTENTS);
31
parent::setUpBeforeClass();
0 commit comments