ConstructTest: undo directory change to be on the safe side.

This commit is contained in:
Christian Bläul
2018-02-21 21:51:17 +01:00
committed by Fonata
parent c9e7997643
commit ea78f38e26

View File

@@ -62,5 +62,6 @@ class ConstructTest extends TestCase {
$this->assertContains('<td>', ob_get_clean());
}
}
chdir('..');
}
}