Author: Derick Rethans
Date: 2006-06-06 09:40:59 +0200 (Tue, 06 Jun 2006)
New Revision: 3015

Log:
- abstract static is no longer supported in PHP (5.2)
Modified:
   trunk/UnitTest/src/test/case.php

Modified: trunk/UnitTest/src/test/case.php
===================================================================
--- trunk/UnitTest/src/test/case.php    2006-06-06 07:37:29 UTC (rev 3014)
+++ trunk/UnitTest/src/test/case.php    2006-06-06 07:40:59 UTC (rev 3015)
@@ -229,6 +229,6 @@
     /*
      * @todo recheck this later, as this might change again.
      */
-    //public static abstract function suite();
+    // public static abstract function suite();
 }
 ?>

-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to