[limb-svn] r5870 - 3.x/trunk/limb/tests_runner/src
svn at limb-project.com
svn at limb-project.com
Sat May 12 00:55:01 MSD 2007
Author: pachanga
Date: 2007-05-12 00:55:01 +0400 (Sat, 12 May 2007)
New Revision: 5870
URL: http://fisheye.limb-project.com/changelog/limb/?cs=5870
Modified:
3.x/trunk/limb/tests_runner/src/lmbTestGroup.class.php
Log:
-- lmbTestGroup now extends TestSuite not deprecated GroupTest
Modified: 3.x/trunk/limb/tests_runner/src/lmbTestGroup.class.php
===================================================================
--- 3.x/trunk/limb/tests_runner/src/lmbTestGroup.class.php 2007-05-11 20:54:07 UTC (rev 5869)
+++ 3.x/trunk/limb/tests_runner/src/lmbTestGroup.class.php 2007-05-11 20:55:01 UTC (rev 5870)
@@ -10,7 +10,7 @@
* @package tests_runner
*/
-class lmbTestGroup extends GroupTest
+class lmbTestGroup extends TestSuite
{
protected $_fixture;
protected $_container = array();
More information about the limb-svn
mailing list