Skip to content
Snippets Groups Projects
Commit 965ac3c4 authored by Camille Simiand's avatar Camille Simiand Committed by Sebastien
Browse files

Add call to tearDown() parent in tearDown() method

parent 3dd07441
No related branches found
No related tags found
3 merge requests!43tuleap-83-access-my-capsules,!42Draft: access-my-capsules-conflicts-fixed,!40Draft: Tuleap 83 access my capsules
......@@ -50,6 +50,7 @@ class ProjectControllerTest extends WebTestCase
protected function tearDown(): void
{
parent::tearDown();
$file_system = new Filesystem();
$file_system->remove(self::TEST_DIR_PATH . self::CAPSULE_NAME);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment