Updated svn:keywords and @revision tags for the remaining tests (see previous commit).


git-svn-id: https://svn.apache.org/repos/asf/logging/log4php/trunk@1374589 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/test/php/LoggerReflectionUtilsTest.php b/src/test/php/LoggerReflectionUtilsTest.php
index cc5187a..5fe9cba 100644
--- a/src/test/php/LoggerReflectionUtilsTest.php
+++ b/src/test/php/LoggerReflectionUtilsTest.php
@@ -1,5 +1,5 @@
 <?php
-/*
+/**
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.
diff --git a/src/test/php/README b/src/test/php/README
index b1cb172..693e23e 100644
--- a/src/test/php/README
+++ b/src/test/php/README
@@ -1,4 +1,4 @@
-All tests can be run from the src/test/php directory by running:
+All tests can be run from the root of the package by running:
 $ phpunit
 
 Tests classes are divided into groups which can be run individually:
@@ -11,7 +11,9 @@
 $ phpunit --group renderers
 
 Individual test classes can be run using e.g.:
-$ phpunit appenders/LoggerAppenderSocketTest.php
+$ phpunit src/test/php/appenders/LoggerAppenderSocketTest.php
 
-When using relative paths in the tests, be aware that "mvn test" does a
-changedir to this directory. So dirname(__FILE__).'/../../' is preferred.
+Do not use relative file paths in the tests. Absoulte paths may be constructed
+using snippets like:
+* dirname(__FILE__) . '/../path/to/file' 
+* PHPUNIT_TEMP_DIR . '/../path/to/file'
diff --git a/src/test/php/appenders/LoggerAppenderFileTest.php b/src/test/php/appenders/LoggerAppenderFileTest.php
index ae889cc..d3c0192 100644
--- a/src/test/php/appenders/LoggerAppenderFileTest.php
+++ b/src/test/php/appenders/LoggerAppenderFileTest.php
@@ -15,12 +15,12 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * 
- * @category   tests   
- * @package	log4php
+ * @category   tests
+ * @package	   log4php
  * @subpackage appenders
- * @license	http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
- * @version	SVN: $Id$
- * @link	   http://logging.apache.org/log4php
+ * @license	   http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
+ * @version    $Revision$
+ * @link       http://logging.apache.org/log4php
  */
 
 /**
diff --git a/src/test/php/configurators/LoggerConfigurationAdapterINITest.php b/src/test/php/configurators/LoggerConfigurationAdapterINITest.php
index 8ec435e..2159c73 100644
--- a/src/test/php/configurators/LoggerConfigurationAdapterINITest.php
+++ b/src/test/php/configurators/LoggerConfigurationAdapterINITest.php
@@ -15,7 +15,12 @@
  * See the License for the specific language governing permissions and

  * limitations under the License.

  *

- * @package log4php

+ * @category   tests

+ * @package	   log4php

+ * @subpackage configurators

+ * @license	   http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0

+ * @version    $Revision$

+ * @link       http://logging.apache.org/log4php

  */

 

 /**

diff --git a/src/test/php/configurators/LoggerConfigurationAdapterPHPTest.php b/src/test/php/configurators/LoggerConfigurationAdapterPHPTest.php
index 67640b1..23a0c1e 100644
--- a/src/test/php/configurators/LoggerConfigurationAdapterPHPTest.php
+++ b/src/test/php/configurators/LoggerConfigurationAdapterPHPTest.php
@@ -16,7 +16,12 @@
  * See the License for the specific language governing permissions and

  * limitations under the License.

  *

- * @package log4php

+ * @category   tests

+ * @package	   log4php

+ * @subpackage configurators

+ * @license	   http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0

+ * @version    $Revision$

+ * @link       http://logging.apache.org/log4php

  */

 

 /**

diff --git a/src/test/php/configurators/LoggerConfigurationAdapterXMLTest.php b/src/test/php/configurators/LoggerConfigurationAdapterXMLTest.php
index 4fcf984..db3fe99 100644
--- a/src/test/php/configurators/LoggerConfigurationAdapterXMLTest.php
+++ b/src/test/php/configurators/LoggerConfigurationAdapterXMLTest.php
@@ -16,7 +16,12 @@
  * See the License for the specific language governing permissions and

  * limitations under the License.

  *

- * @package log4php

+ * @category   tests

+ * @package	   log4php

+ * @subpackage configurators

+ * @license	   http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0

+ * @version    $Revision$

+ * @link       http://logging.apache.org/log4php

  */

 

 /**