Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 4324527

Browse files
committed
SharedInstance fix
1 parent 0f90b99 commit 4324527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/PhpRendererTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ public function testSharedInstanceHelper()
459459

460460
$helpers = new HelperPluginManager(new ServiceManager(), [
461461
'invokables' => [
462-
'sharedinstance' => SharedInstance::class,
462+
'sharedinstance' => TestAsset\SharedInstance::class,
463463
],
464464
'shared' => [
465465
'sharedinstance' => true,

0 commit comments

Comments
 (0)