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 a1c624e
Showing 1 changed file with 1 addition and 1 deletion.
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 a1c624e

Please sign in to comment.