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 3392ba6 commit bdbdbcfCopy full SHA for bdbdbcf
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