Changeset 3701 for trunk/tests/AuditLogTestCase.php
- Timestamp:
- 02/03/08 21:29:57 (11 months ago)
- Files:
-
- 1 modified
-
trunk/tests/AuditLogTestCase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/AuditLogTestCase.php
r3258 r3701 41 41 $this->profiler = new Doctrine_Connection_Profiler(); 42 42 $this->conn->addListener($this->profiler); 43 $this->tables = array('VersioningTest' , 'VersioningTestVersion');43 $this->tables = array('VersioningTest'); 44 44 45 45 parent::prepareTables();