From 8652e579f541366ac5f273c3d115aa14b3faeec7 Mon Sep 17 00:00:00 2001 From: meadsteve Date: Sat, 14 Dec 2013 10:41:21 +0000 Subject: [PATCH] move logging test --- Tests/PHPCI/{Helper => Logging}/LoggerConfigTest.php | 2 ++ 1 file changed, 2 insertions(+) rename Tests/PHPCI/{Helper => Logging}/LoggerConfigTest.php (98%) diff --git a/Tests/PHPCI/Helper/LoggerConfigTest.php b/Tests/PHPCI/Logging/LoggerConfigTest.php similarity index 98% rename from Tests/PHPCI/Helper/LoggerConfigTest.php rename to Tests/PHPCI/Logging/LoggerConfigTest.php index e19fb736..699f9384 100644 --- a/Tests/PHPCI/Helper/LoggerConfigTest.php +++ b/Tests/PHPCI/Logging/LoggerConfigTest.php @@ -1,5 +1,7 @@