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

Removed unused code.

parent e26c5f01
Branches
Tags
No related merge requests found
...@@ -89,7 +89,6 @@ class SearchServiceTest extends TestCase ...@@ -89,7 +89,6 @@ class SearchServiceTest extends TestCase
{ {
$service = $this->getService(); $service = $this->getService();
$backend = $this->getBackend(); $backend = $this->getBackend();
$response = 'fake';
$params = new ParamBag(array('x' => 'y')); $params = new ParamBag(array('x' => 'y'));
$exception = new BackendException('test'); $exception = new BackendException('test');
$backend->expects($this->once())->method('retrieve') $backend->expects($this->once())->method('retrieve')
...@@ -205,7 +204,6 @@ class SearchServiceTest extends TestCase ...@@ -205,7 +204,6 @@ class SearchServiceTest extends TestCase
{ {
$service = $this->getService(); $service = $this->getService();
$backend = $this->getBackend(); $backend = $this->getBackend();
$response = 'fake';
$params = new ParamBag(array('x' => 'y')); $params = new ParamBag(array('x' => 'y'));
$exception = new BackendException('test'); $exception = new BackendException('test');
$backend->expects($this->once())->method('retrieve') $backend->expects($this->once())->method('retrieve')
......
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