Skip to content

Commit

Permalink
Migrates tests to phpunit v10
Browse files Browse the repository at this point in the history
  • Loading branch information
maechler committed Oct 24, 2024
1 parent 475fec5 commit a8e6287
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/Unit/Service/SettingsConversionServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ class SettingsConversionServiceTest extends AbstractUnitTestCase

protected function setUp(): void
{
parent::setUp();

$this->settingsConversionService = new ConversionService();
}

Expand Down
2 changes: 2 additions & 0 deletions Tests/Unit/Service/ValidationServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ class ValidationServiceTest extends AbstractUnitTestCase

protected function setUp(): void
{
parent::setUp();

$this->validationService = new ValidationService();
}

Expand Down

0 comments on commit a8e6287

Please sign in to comment.