Skip to content

Commit

Permalink
fixed typo and test break
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Jun 24, 2014
1 parent 6e0ee4e commit cb87d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/framework/db/pgsql/PostgreSQLConnectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function testTransactionIsolation()
$transaction->commit();

$transaction = $connection->beginTransaction();
$transaction->setIsolationLevel(Transaction::SERIALIZABLE . ' READ ONLY DEFERABLE');
$transaction->setIsolationLevel(Transaction::SERIALIZABLE . ' READ ONLY DEFERRABLE');
$transaction->commit();
}
}

0 comments on commit cb87d7b

Please sign in to comment.