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

Fixed broken test.

parent c6897429
No related merge requests found
......@@ -125,8 +125,9 @@ abstract class TestCase extends \PHPUnit_Framework_TestCase
$serviceManager->setService(
'RecordDriverPluginManager', $recordDriverFactory
);
$serviceManager->setService('SearchManager', $this->searchManager);
$this->searchManager->setServiceLocator($serviceManager);
}
return $this->searchManager;
}
}
\ No newline at end of file
}
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