You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ih...@apache.org on 2012/08/18 10:53:56 UTC

svn commit: r1374527 - /logging/log4php/trunk/src/test/php/filters/LoggerFilterStringMatchTest.php

Author: ihabunek
Date: Sat Aug 18 08:53:56 2012
New Revision: 1374527

URL: http://svn.apache.org/viewvc?rev=1374527&view=rev
Log:
Removed unnecessary include from a test.

Modified:
    logging/log4php/trunk/src/test/php/filters/LoggerFilterStringMatchTest.php

Modified: logging/log4php/trunk/src/test/php/filters/LoggerFilterStringMatchTest.php
URL: http://svn.apache.org/viewvc/logging/log4php/trunk/src/test/php/filters/LoggerFilterStringMatchTest.php?rev=1374527&r1=1374526&r2=1374527&view=diff
==============================================================================
--- logging/log4php/trunk/src/test/php/filters/LoggerFilterStringMatchTest.php (original)
+++ logging/log4php/trunk/src/test/php/filters/LoggerFilterStringMatchTest.php Sat Aug 18 08:53:56 2012
@@ -23,8 +23,6 @@
  * @link       http://logging.apache.org/log4php
  */
 
-require dirname(__FILE__) . '/../LoggerTestHelper.php';
-
 /**
  * @group filters
  */