Skip to content

Commit

Permalink
fix TestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
eeliu committed Nov 3, 2023
1 parent 46425ed commit 6d60a5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"minimum-stability": "dev",
"require-dev": {
"phpunit/phpunit": "^7"
"phpunit/phpunit": "^8"
},
"require": {
"php": ">=7",
Expand Down
2 changes: 1 addition & 1 deletion lib/Pinpoint/test/OriginFileVisitor_Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
class OriginFileVisitor_Test extends TestCase
{
public function setUp()
protected function setUp(): void
{
VendorClassLoaderAdaptor::Inst()->start();
parent::setUp();
Expand Down

0 comments on commit 6d60a5a

Please sign in to comment.