Skip to content

Commit

Permalink
Fix test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnorre committed Mar 8, 2024
1 parent b0e7ec5 commit 965b8ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/Unit/Service/ProcessInstructionServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class ProcessInstructionServiceTest extends \TYPO3\TestingFramework\Core\Unit\Un

protected function setUp(): void
{
parent::setUp();
$this->processInstructionService = new ProcessInstructionService();
}

Expand Down

0 comments on commit 965b8ac

Please sign in to comment.