diff options
Diffstat (limited to 'tests/test_framework/phpbb_database_connection_helper.php')
-rw-r--r-- | tests/test_framework/phpbb_database_connection_helper.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/test_framework/phpbb_database_connection_helper.php b/tests/test_framework/phpbb_database_connection_helper.php index e1c50655ed..6ba527b5d9 100644 --- a/tests/test_framework/phpbb_database_connection_helper.php +++ b/tests/test_framework/phpbb_database_connection_helper.php @@ -1,5 +1,13 @@ <?php /** +* +* @package testing +* @copyright (c) 2011 phpBB Group +* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 +* +*/ + +/** * Used for passing in information about the PDO driver * since the PDO class reveals nothing about the DSN that * the user provided. @@ -21,4 +29,4 @@ class phpbb_database_connection_ODBC_PDO_wrapper extends PDO parent::__construct($dsn, $user, $pass); } -}
\ No newline at end of file +} |