aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-12-04 21:22:33 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2012-12-04 21:22:33 -0500
commit89c9c9d4b0daa7308fd015e8a6fca6386a8b8016 (patch)
treee60e0c3bdf542d99dba9cd1184eb167b7eefc37d /tests
parent29c4da6162902d3c0d766a8acb17e5a2cf02f901 (diff)
downloadforums-89c9c9d4b0daa7308fd015e8a6fca6386a8b8016.tar
forums-89c9c9d4b0daa7308fd015e8a6fca6386a8b8016.tar.gz
forums-89c9c9d4b0daa7308fd015e8a6fca6386a8b8016.tar.bz2
forums-89c9c9d4b0daa7308fd015e8a6fca6386a8b8016.tar.xz
forums-89c9c9d4b0daa7308fd015e8a6fca6386a8b8016.zip
[ticket/10205] Cosmetic changes.
PHPBB3-10205
Diffstat (limited to 'tests')
-rw-r--r--tests/dbal/connect_test.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/dbal/connect_test.php b/tests/dbal/connect_test.php
index cefd76aa16..505ce28fa1 100644
--- a/tests/dbal/connect_test.php
+++ b/tests/dbal/connect_test.php
@@ -33,7 +33,8 @@ class phpbb_dbal_connect_test extends phpbb_database_test_case
{
$db->sql_connect($config['dbhost'], 'phpbbogus', 'phpbbogus', 'phpbbogus', $config['dbport']);
$this->assertFalse(true);
- } catch (Exception $e)
+ }
+ catch (Exception $e)
{
// should have a legitimate message
$this->assertNotEmpty($e->getMessage());