From ea78f38e263d9bca1bc4c01bdb5ce89b76c9af57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Bl=C3=A4ul?= Date: Wed, 21 Feb 2018 21:51:17 +0100 Subject: [PATCH] ConstructTest: undo directory change to be on the safe side. --- tests/methods/ConstructTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/methods/ConstructTest.php b/tests/methods/ConstructTest.php index 8659c72..c9d9db4 100644 --- a/tests/methods/ConstructTest.php +++ b/tests/methods/ConstructTest.php @@ -62,5 +62,6 @@ class ConstructTest extends TestCase { $this->assertContains('', ob_get_clean()); } } + chdir('..'); } }