summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
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();
}