Skip to content

Commit

Permalink
Declare properties
Browse files Browse the repository at this point in the history
  • Loading branch information
psrpinto committed Apr 18, 2024
1 parent 5a63d8c commit 91c8136
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/event/event-capabilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
use Wporg\TranslationEvents\Tests\Stats_Factory;

class Event_Capabilities_Test extends GP_UnitTestCase {
private Event_Factory $event_factory;
private Stats_Factory $stats_factory;
private Attendee_Repository $attendee_repository;
private Event_Repository $event_repository;

public function setUp(): void {
parent::setUp();
$this->event_factory = new Event_Factory();
Expand Down

0 comments on commit 91c8136

Please sign in to comment.