Author: as
Date: Tue Nov 13 11:00:39 2007
New Revision: 6719

Log:
- Implemented getName() for ezcFeedRegressionTest.
# Now the current file names are used as names for the virtual test methods.

Modified:
    trunk/Feed/tests/regression_test.php

Modified: trunk/Feed/tests/regression_test.php
==============================================================================
--- trunk/Feed/tests/regression_test.php [iso-8859-1] (original)
+++ trunk/Feed/tests/regression_test.php [iso-8859-1] Tue Nov 13 11:00:39 2007
@@ -43,6 +43,11 @@
         }
 
         parent::__construct();
+    }
+
+    public function getName()
+    {
+        return $this->currentFile;
     }
 
     public function getFiles()


-- 
svn-components mailing list
[EMAIL PROTECTED]
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to