Skip to content
Snippets Groups Projects
Commit 79cd0d8e authored by Camille Simiand's avatar Camille Simiand
Browse files

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

parent 46b88f3a
Branches
Tags
1 merge request!27tuleap-108-add-stricter-code-quality-tools-configuration
Pipeline #664 passed
This commit is part of merge request !27. Comments created here will be created in the context of that merge request.
......@@ -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 to comment