Skip to content

Commit 055cae8

Browse files
committed
Update to phpunit 8
1 parent eefbbd6 commit 055cae8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"php": ">=7.2"
77
},
88
"require-dev": {
9-
"phpunit/phpunit": "^7.5.20"
9+
"phpunit/phpunit": "^8.5.15"
1010
},
1111
"license": "MIT",
1212
"authors": [

tests/api/NodeApiTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function a () {
2525

2626
public static $sourceFileNode;
2727

28-
public static function setUpBeforeClass() {
28+
public static function setUpBeforeClass(): void {
2929
$parser = new Parser();
3030
self::$sourceFileNode = $parser->parseSourceFile(self::FILE_CONTENTS);
3131
parent::setUpBeforeClass();

0 commit comments

Comments
 (0)