Changeset 3717 for trunk/tests/Dbal

Show
Ignore:
Timestamp:
02/09/08 18:59:19 (11 months ago)
Author:
romanb
Message:

changes to the new test setup.

Location:
trunk/tests/Dbal
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/Dbal/AllTests.php

    r3716 r3717  
    1818    public static function suite() 
    1919    { 
    20         $suite = new Doctrine_TestSuite('Doctrine Dbal'); 
     20        $suite = new Doctrine_DbalTestSuite('Doctrine Dbal'); 
    2121 
    2222        $suite->addTest(Dbal_Component_AllTests::suite()); 
  • trunk/tests/Dbal/Component/TestTest.php

    r3716 r3717  
    22require_once 'lib/DoctrineTestInit.php'; 
    33  
    4 class Dbal_Component_TestTest extends Doctrine_TestCase 
     4class Dbal_Component_TestTest extends Doctrine_DbalTestCase 
    55{ 
    66    public function testTest()