summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-06 23:26:08 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-06 23:26:08 +0100
commit83e28c146a18e4080dbadb8e2f34a3688de6d698 (patch)
tree7e548915e3482e940ab0b35d37260dce278d12e9 /tests
parent143272b1743109aab016fc0e02705176aab1e18d (diff)
cleanup at tear down
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/bootstrap.php b/tests/integration/bootstrap.php
index 1fa6d08b8..fb050dea1 100644
--- a/tests/integration/bootstrap.php
+++ b/tests/integration/bootstrap.php
@@ -188,7 +188,7 @@ class NewsIntegrationTest extends \PHPUnit_Framework_TestCase {
protected function tearDown() {
- //$this->cleanUp();
+ $this->cleanUp();
}