Skip to content

Commit

Permalink
[TASK] Make Base62UrlKeyGeneratorTest compatible with PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
astehlik committed May 12, 2023
1 parent e7447ba commit 7a5c39e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Tests/Unit/UrlKeyGenerator/Base62UrlKeyGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,15 @@ class Base62UrlKeyGeneratorTest extends TestCase
{
protected Base62UrlKeyGenerator $base62UrlKeyGenerator;

protected ExtensionConfiguration|MockObject $extensionConfigurationMock;

protected GeneralUtilityWrapper|MockObject $generalUtilityMock;
/**
* @var ExtensionConfiguration|MockObject
*/
protected $extensionConfigurationMock;

/**
* @var GeneralUtilityWrapper|MockObject
*/
protected $generalUtilityMock;

protected function setUp(): void
{
Expand Down

0 comments on commit 7a5c39e

Please sign in to comment.