Changeset 4031
- Timestamp:
- 03/19/08 01:42:54 (16 months ago)
- Location:
- branches/0.10/tests
- Files:
-
- 1 removed
- 2 modified
-
Import/_files (deleted)
-
ImportTestCase.php (modified) (1 diff)
-
Transaction/MssqlTestCase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.10/tests/ImportTestCase.php
r4029 r4031 50 50 $this->assertTrue(file_exists('Import/_files/ImportTestUser.php')); 51 51 $this->assertTrue(file_exists('Import/_files/generated/BaseImportTestUser.php')); 52 Doctrine::removeDirectories('Import/_files'); 52 53 } 53 54 } -
branches/0.10/tests/Transaction/MssqlTestCase.php
r3884 r4031 31 31 * @version $Revision$ 32 32 */ 33 class Doctrine_Transaction_Mssql_TestCase extends Doctrine_Driver_Unit TestCase33 class Doctrine_Transaction_Mssql_TestCase extends Doctrine_Driver_Unit_TestCase 34 34 { 35 35 public function testSetIsolationThrowsExceptionOnUnknownIsolationMode()