Skip to content
Snippets Groups Projects
Commit 304b4d79 authored by Mantas Simkus's avatar Mantas Simkus
Browse files

changed tearDown function

parent a211e96f
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ class SpanFirstQueryTest extends \PHPUnit_Framework_TestCase
*/
public function tearDown()
{
$this->mock = null;
unset($this->mock);
}
/**
......
......@@ -49,7 +49,7 @@ class SpanMultiTermQueryTest extends \PHPUnit_Framework_TestCase
*/
public function tearDown()
{
$this->mock = null;
unset($this->mock);
}
/**
......
......@@ -43,7 +43,7 @@ class SpanNearQueryTest extends \PHPUnit_Framework_TestCase
*/
public function tearDown()
{
$this->mock = null;
unset($this->mock);
}
/**
......
......@@ -43,7 +43,7 @@ class SpanNotQueryTest extends \PHPUnit_Framework_TestCase
*/
public function tearDown()
{
$this->mock = null;
unset($this->mock);
}
/**
......
......@@ -43,7 +43,7 @@ class SpanOrQueryTest extends \PHPUnit_Framework_TestCase
*/
public function tearDown()
{
$this->mock = null;
unset($this->mock);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment