Changeset 21480 for branches/version-2_12-dev/test/class/SC_DbConn_Test.php
- Timestamp:
- 2012/02/11 04:51:32 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/test/class/SC_DbConn_Test.php
r20764 r21480 42 42 function setUp() { 43 43 $this->objDbConn = new SC_DbConn(); 44 $this->objDbConn->query( "BEGIN");44 $this->objDbConn->query('BEGIN'); 45 45 } 46 46 47 47 function tearDown() { 48 $this->objDbConn->query( "ROLLBACK");48 $this->objDbConn->query('ROLLBACK'); 49 49 $this->objDbConn = null; 50 50 }
Note: See TracChangeset
for help on using the changeset viewer.
