Changeset 3717 for trunk/tests/Dbal
- Timestamp:
- 02/09/08 18:59:19 (11 months ago)
- Location:
- trunk/tests/Dbal
- Files:
-
- 2 modified
-
AllTests.php (modified) (1 diff)
-
Component/TestTest.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/Dbal/AllTests.php
r3716 r3717 18 18 public static function suite() 19 19 { 20 $suite = new Doctrine_ TestSuite('Doctrine Dbal');20 $suite = new Doctrine_DbalTestSuite('Doctrine Dbal'); 21 21 22 22 $suite->addTest(Dbal_Component_AllTests::suite()); -
trunk/tests/Dbal/Component/TestTest.php
r3716 r3717 2 2 require_once 'lib/DoctrineTestInit.php'; 3 3 4 class Dbal_Component_TestTest extends Doctrine_ TestCase4 class Dbal_Component_TestTest extends Doctrine_DbalTestCase 5 5 { 6 6 public function testTest()