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
No related branches found
No related tags found
1 merge request!27tuleap-108-add-stricter-code-quality-tools-configuration
Pipeline #664 passed
......@@ -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