diff options
author | Andrey Andreev <narf@devilix.net> | 2015-02-19 14:13:39 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-02-19 14:13:39 +0100 |
commit | 54fb6f68f1d793b9582dae455b2022e2ecfd3247 (patch) | |
tree | a6342f05c0fc629d7d7b449ae7f105cecbba13af /tests/mocks/database/db.php | |
parent | 6c7c8917d853bcd4acdce930b9afa537b2fb8b95 (diff) |
test_db_failover is failing after 'autoinit' removal ...
Diffstat (limited to 'tests/mocks/database/db.php')
-rw-r--r-- | tests/mocks/database/db.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mocks/database/db.php b/tests/mocks/database/db.php index 5216be2d7..00dd884b0 100644 --- a/tests/mocks/database/db.php +++ b/tests/mocks/database/db.php @@ -133,7 +133,7 @@ class Mock_Database_DB { } catch (Exception $e) { - throw new InvalidArgumentException($e->getMessage()); + throw new RuntimeException($e->getMessage()); } return $db; |