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

Style fix.

parent ef45e798
Branches
Tags
No related merge requests found
...@@ -241,7 +241,7 @@ class SearchTabsHelperTest extends TestCase ...@@ -241,7 +241,7 @@ class SearchTabsHelperTest extends TestCase
->method('get') ->method('get')
->will( ->will(
$this->returnCallback( $this->returnCallback(
function($backend) use ($mockSolr, $mockPrimo) { function ($backend) use ($mockSolr, $mockPrimo) {
switch ($backend) { switch ($backend) {
case 'Solr': return $mockSolr; case 'Solr': return $mockSolr;
case 'Primo': return $mockPrimo; case 'Primo': return $mockPrimo;
......
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