We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89472f2 commit 37fdb68Copy full SHA for 37fdb68
tests/Util/ComposerAutoloaderFinderTest.php
@@ -62,7 +62,7 @@ public function testGetClassLoaderWhenItIsEmpty()
62
63
private function getNamespacesHelper(): NamespacesHelper
64
{
65
- return new NamespacesHelper(['root_namespace' => static::$rootNamespace]);
+ return new NamespacesHelper(['root' => static::$rootNamespace]);
66
}
67
68
/**
0 commit comments