Skip to content

Commit e485a4a

Browse files
committed
Add dependencies_storage_getter option wrapper
1 parent b9b944a commit e485a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/JsPhpize/JsPhpizePhugTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function testPlug()
5757
public function testDependencyStorageFixer()
5858
{
5959
$formatter = new Formatter([
60-
'modules' => [JsPhpizePhugFormatter::class],
60+
'modules' => [new JsPhpizePhugFormatter(new Compiler())],
6161
]);
6262
$getter = $formatter->getOption('dependencies_storage_getter');
6363

0 commit comments

Comments
 (0)