Skip to content

Commit

Permalink
[BUGFIX] Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davkraid committed Aug 16, 2023
1 parent bf6d711 commit c23a0fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Tests/Unit/FactProvider/BrowserAcceptedLanguageTest.php
Expand Up @@ -25,7 +25,7 @@ public function askingForIsGuiltyTwiceReturnsCorrectState(): void
{
$subject = $this->getAccessibleMock(
BrowserAcceptedLanguage::class,
['dummy'],
null,
[],
'',
false
Expand All @@ -45,7 +45,7 @@ public function askingForIsGuiltyThreeTimesForMultipleLanguagesReturnsCorrectSta
{
$subject = $this->getAccessibleMock(
BrowserAcceptedLanguage::class,
['dummy'],
null,
[],
'',
false
Expand Down
2 changes: 1 addition & 1 deletion Tests/Unit/FactProvider/IP2CountryTest.php
Expand Up @@ -25,7 +25,7 @@ public function askingForIsGuiltyTwiceReturnsCorrectState(): void
{
$subject = $this->getAccessibleMock(
IP2Country::class,
['dummy'],
null,
[],
'',
false
Expand Down

0 comments on commit c23a0fb

Please sign in to comment.