Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit f2d3687

Browse files
author
Michael Grauer
committed
BUG: refs #0430. Added parent::tearDown to support coverage calculation.
1 parent 38f3809 commit f2d3687

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/tests/controllers/AssetstoreControllerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public function setUp()
6464
public function tearDown()
6565
{
6666
$this->Assetstore->delete($this->testAssetstoreDao);
67+
parent::tearDown();
6768
}
6869

6970
/** helper method, load the 3 different user daos. */

0 commit comments

Comments
 (0)