mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
✅ N°5538 Make PHPUnit test fail if transaction opened but not closed
This commit is contained in:
@@ -33,7 +33,7 @@ class iTopConfigParserTest extends ItopTestCase
|
||||
|
||||
public function tearDown(): void
|
||||
{
|
||||
parent::tearDown(); // TODO: Change the autogenerated stub
|
||||
parent::tearDown();
|
||||
if ($this->conf_exists) {
|
||||
rename($this->tmpSavePath, $this->sConfigPath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user