Skip to content

Commit 37fdb68

Browse files
committed
Fix constructor argument for namespaceshelper in composer autoloader finder tests
1 parent 89472f2 commit 37fdb68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Util/ComposerAutoloaderFinderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function testGetClassLoaderWhenItIsEmpty()
6262

6363
private function getNamespacesHelper(): NamespacesHelper
6464
{
65-
return new NamespacesHelper(['root_namespace' => static::$rootNamespace]);
65+
return new NamespacesHelper(['root' => static::$rootNamespace]);
6666
}
6767

6868
/**

0 commit comments

Comments
 (0)