mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 03:56:11 +01:00
CLEANUP: Remove debugging code
This commit is contained in:
parent
d4ccf6a7ea
commit
dc8e04b449
1 changed files with 0 additions and 2 deletions
|
@ -54,9 +54,7 @@ abstract class AbstractFunctionalTestCase extends CoreTestCase
|
|||
public function tearDown()
|
||||
{
|
||||
// Delete everything so next test starts clean.
|
||||
if ($this->client) {
|
||||
$this->client->getIndex('_all')->delete();
|
||||
$this->client->getIndex('_all')->clearCache();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue