Skip to content
Snippets Groups Projects
Commit d22977f9 authored by Demian Katz's avatar Demian Katz
Browse files

Remove unused test code.

parent 762677b5
Branches
Tags
No related merge requests found
...@@ -53,13 +53,6 @@ class MultiAuthTest extends \VuFindTest\Unit\DbTestCase ...@@ -53,13 +53,6 @@ class MultiAuthTest extends \VuFindTest\Unit\DbTestCase
if (null === $config) { if (null === $config) {
$config = $this->getAuthConfig(); $config = $this->getAuthConfig();
} }
$serviceLocator = new \VuFind\Auth\PluginManager(
new \Zend\ServiceManager\Config(
[
'abstract_factories' => ['VuFind\Auth\PluginFactory'],
]
)
);
$obj = clone $this->getAuthManager()->get('MultiAuth'); $obj = clone $this->getAuthManager()->get('MultiAuth');
$obj->setConfig($config); $obj->setConfig($config);
return $obj; return $obj;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment