Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Apr 30, 2024
1 parent 44c6a74 commit 782550b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/src/Controller/DiscoPowerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Symfony\Component\HttpFoundation\Request;

/**
* Set of tests for the controllers in the "discopwer" module.
* Set of tests for the controllers in the "discopower" module.
*/
#[CoversClass(Controller\DiscoPower::class)]
class DiscoPowerTest extends ClearStateTestCase
Expand All @@ -24,11 +24,11 @@ class DiscoPowerTest extends ClearStateTestCase


/**
* Set up for before tests.
* Set up for each test.
*/
public static function setUpBeforeClass(): void
protected function setUp(): void
{
parent::setUpBeforeClass();
parent::setUp();

$config = Configuration::loadFromArray(
[
Expand Down

0 comments on commit 782550b

Please sign in to comment.