mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-09 08:47:34 +01:00
fixed typo and test break
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user