Skip to content

Commit 49469cb

Browse files
committed
FRW-8801 CI Fixes
1 parent 37cee2e commit 49469cb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tests/Type/Spryker/DynamicMethodMissingTypeExtensionTest.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ class DynamicMethodMissingTypeExtensionTest extends TestCase
1919
*/
2020
public function testInstance(): void
2121
{
22-
$cache = $this->getMockBuilder(Cache::class)->disableOriginalConstructor()->getMock();
23-
$instance = new DynamicMethodMissingTypeExtension(new AnnotationsMethodsClassReflectionExtension(), $cache, 'test', []);
22+
$instance = new DynamicMethodMissingTypeExtension(
23+
new AnnotationsMethodsClassReflectionExtension(),
24+
new Cache(),
25+
'test',
26+
[]
27+
);
2428
$this->assertInstanceOf(DynamicMethodMissingTypeExtension::class, $instance);
2529
}
2630
}

0 commit comments

Comments
 (0)