Commit cb87d7be by Carsten Brandt

fixed typo and test break

parent 6e0ee4ed
......@@ -71,7 +71,7 @@ class PostgreSQLConnectionTest extends ConnectionTest
$transaction->commit();
$transaction = $connection->beginTransaction();
$transaction->setIsolationLevel(Transaction::SERIALIZABLE . ' READ ONLY DEFERABLE');
$transaction->setIsolationLevel(Transaction::SERIALIZABLE . ' READ ONLY DEFERRABLE');
$transaction->commit();
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment