From fd5fb96bceec12c83560e5883539df527567dcb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Bl=C3=A4ul?= Date: Sat, 25 Nov 2017 12:49:14 +0100 Subject: [PATCH] PHPUnit: simplified Bootstrap.php without changing functionality. Notes: - Using / on Windows is safe. - __DIR__ is identical to dirname(__FILE) --- tests/Bootstrap.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Bootstrap.php b/tests/Bootstrap.php index e5cc951..533c278 100644 --- a/tests/Bootstrap.php +++ b/tests/Bootstrap.php @@ -1,6 +1,6 @@