diff --git a/src/TestCaseTrait.php b/src/TestCaseTrait.php index 897bd736..7c4350e1 100644 --- a/src/TestCaseTrait.php +++ b/src/TestCaseTrait.php @@ -205,6 +205,8 @@ protected function setUp() */ protected function tearDown() { + parent::tearDown(); + $this->getDatabaseTester()->setTearDownOperation($this->getTearDownOperation()); $this->getDatabaseTester()->setDataSet($this->getDataSet()); $this->getDatabaseTester()->onTearDown();