Skip to content

Commit de7e712

Browse files
committed
Upgrade Phpunit for PHP 8
1 parent 39ff9f7 commit de7e712

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"require-dev": {
2020
"orchestra/testbench": "3.*||4.*||5.*",
21-
"phpunit/phpunit": "^6.0"
21+
"phpunit/phpunit": "^8.5.12"
2222
},
2323
"autoload": {
2424
"psr-4": {

tests/VideoPlatformsParserTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class VideoPlatformsParserTest extends TestCase
88
{
9-
protected function setUp()
9+
protected function setUp():void
1010
{
1111
parent::setUp();
1212
}

0 commit comments

Comments
 (0)