Skip to content

Commit

Permalink
FRW-8801 CI Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
olhalivitchuk committed Sep 5, 2024
1 parent 49469cb commit c526c09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Type/Spryker/DynamicMethodMissingTypeExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
namespace SprykerSdk\PHPStanSpryker\Test\Rules\Spryker;

use PHPStan\Cache\Cache;
use PHPStan\Cache\CacheStorage;
use PHPStan\Reflection\Annotations\AnnotationsMethodsClassReflectionExtension;
use SprykerSdk\PHPStanSpryker\Type\Spryker\DynamicMethodMissingTypeExtension;
use PHPUnit\Framework\TestCase;
Expand All @@ -21,7 +22,7 @@ public function testInstance(): void
{
$instance = new DynamicMethodMissingTypeExtension(
new AnnotationsMethodsClassReflectionExtension(),
new Cache(),
new Cache($this->createMock(CacheStorage::class)),
'test',
[]
);
Expand Down

0 comments on commit c526c09

Please sign in to comment.