Skip to content

Commit

Permalink
Removal of the begin transaction in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Dec 14, 2012
1 parent 8ca572b commit 06a0240
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -31,7 +31,6 @@ protected function setUp()
public function testException() public function testException()
{ {
$stmt = $this->_conn->prepare('INSERT INTO DBAL371 VALUES (1)'); $stmt = $this->_conn->prepare('INSERT INTO DBAL371 VALUES (1)');
$this->_conn->beginTransaction();
$stmt->execute(); $stmt->execute();
$stmt->execute(); $stmt->execute();
} }
Expand Down

0 comments on commit 06a0240

Please sign in to comment.