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

Style fix.

parent 09b0cff7
No related merge requests found
...@@ -253,7 +253,7 @@ class BackendTest extends \VuFindTest\Unit\TestCase ...@@ -253,7 +253,7 @@ class BackendTest extends \VuFindTest\Unit\TestCase
/** /**
* Build a real record collection factory * Build a real record collection factory
* *
* @return \VuFindSearch\Backend\LibGuides\Response\XML\RecordCollectionFactory * @return RecordCollectionFactory
*/ */
protected function getRCFactory() protected function getRCFactory()
{ {
...@@ -262,6 +262,6 @@ class BackendTest extends \VuFindTest\Unit\TestCase ...@@ -262,6 +262,6 @@ class BackendTest extends \VuFindTest\Unit\TestCase
$driver->setRawData($data); $driver->setRawData($data);
return $driver; return $driver;
}; };
return new \VuFindSearch\Backend\LibGuides\Response\RecordCollectionFactory($callback); return new RecordCollectionFactory($callback);
} }
} }
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