commit | 54fb6f68f1d793b9582dae455b2022e2ecfd3247 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Thu Feb 19 15:13:39 2015 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Thu Feb 19 15:13:39 2015 +0200 |
tree | a6342f05c0fc629d7d7b449ae7f105cecbba13af | |
parent | 6c7c8917d853bcd4acdce930b9afa537b2fb8b95 [diff] |
test_db_failover is failing after 'autoinit' removal ...
diff --git a/tests/mocks/database/db.php b/tests/mocks/database/db.php index 5216be2..00dd884 100644 --- a/tests/mocks/database/db.php +++ b/tests/mocks/database/db.php
@@ -133,7 +133,7 @@ } catch (Exception $e) { - throw new InvalidArgumentException($e->getMessage()); + throw new RuntimeException($e->getMessage()); } return $db;