Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jul 15, 2024
1 parent 3a286ea commit 3cc8f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/Ticket/DelegatingTicketStoreTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ class DelegatingTicketStoreTest extends TestCase

/**
*/
public function setup(): void
public static function setUpBeforeClass(): void
{
parent::setUp();
parent::setUpBeforeClass();

$this->config = Configuration::loadFromArray(

Check failure on line 42 in tests/src/Ticket/DelegatingTicketStoreTest.php

View workflow job for this annotation

GitHub Actions / Quality control

InvalidScope

tests/src/Ticket/DelegatingTicketStoreTest.php:42:9: InvalidScope: Invalid reference to $this in a static context (see https://psalm.dev/013)
[
Expand Down

0 comments on commit 3cc8f74

Please sign in to comment.