aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework/phpbb_database_connection_helper.php
diff options
context:
space:
mode:
authorPatrick Webster <noxwizard@phpbb.com>2012-03-04 17:19:33 -0600
committerPatrick Webster <noxwizard@phpbb.com>2012-05-08 04:31:30 -0500
commit0a596c4b8c4d003d0c8af79af65cb5264e9754fe (patch)
tree8cb0d505d715a30de22fe107ad247ba7a3297469 /tests/test_framework/phpbb_database_connection_helper.php
parent5cbe919256a0046a896a88c47b96276b6d7c05d0 (diff)
downloadforums-0a596c4b8c4d003d0c8af79af65cb5264e9754fe.tar
forums-0a596c4b8c4d003d0c8af79af65cb5264e9754fe.tar.gz
forums-0a596c4b8c4d003d0c8af79af65cb5264e9754fe.tar.bz2
forums-0a596c4b8c4d003d0c8af79af65cb5264e9754fe.tar.xz
forums-0a596c4b8c4d003d0c8af79af65cb5264e9754fe.zip
[ticket/10678] More formatting requests
PHPBB3-10678
Diffstat (limited to 'tests/test_framework/phpbb_database_connection_helper.php')
-rw-r--r--tests/test_framework/phpbb_database_connection_helper.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_framework/phpbb_database_connection_helper.php b/tests/test_framework/phpbb_database_connection_helper.php
index 6ba527b5d9..fbb85784f8 100644
--- a/tests/test_framework/phpbb_database_connection_helper.php
+++ b/tests/test_framework/phpbb_database_connection_helper.php
@@ -16,10 +16,10 @@
*/
class phpbb_database_connection_ODBC_PDO_wrapper extends PDO
{
- //Name of the driver being used (i.e. mssql, firebird)
+ // Name of the driver being used (i.e. mssql, firebird)
public $driver = '';
- //Version number of driver since PDO::getAttribute(PDO::ATTR_CLIENT_VERSION) is pretty useless for this
+ // Version number of driver since PDO::getAttribute(PDO::ATTR_CLIENT_VERSION) is pretty useless for this
public $version = 0;
function __construct($dbms, $version, $dsn, $user, $pass)