Skip to content

Commit

Permalink
Fix PHP 8.2 dynamic properties deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
erikn69 authored Oct 14, 2022
1 parent d081966 commit bc322ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ class TestCase extends \Orchestra\Testbench\TestCase
{
use MakesHttpRequests;

protected $fakeClient = null;

protected function setUp(): void
{
ray()->newScreen($this->getName());
Expand Down

0 comments on commit bc322ed

Please sign in to comment.