Skip to content

Commit

Permalink
fix dynamic property deprecation notice on php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lubiana committed Aug 27, 2024
1 parent 3fde60a commit 70fc642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ApplicationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class ApplicationTest extends TestCase
{
protected static $in = __DIR__ . '/input.test';
protected static $ou = __DIR__ . '/output.test';
private bool $actionCalled;

public function setUp(): void
{
Expand Down

0 comments on commit 70fc642

Please sign in to comment.