fixed typo and test break

This commit is contained in:
Carsten Brandt
2014-06-24 08:40:36 +02:00
parent 6e0ee4ed2a
commit cb87d7be84

View File

@@ -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();
}
}