summaryrefslogtreecommitdiff
path: root/framework/Testing/Data/TDbConnection.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Testing/Data/TDbConnection.php')
-rwxr-xr-xframework/Testing/Data/TDbConnection.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/Testing/Data/TDbConnection.php b/framework/Testing/Data/TDbConnection.php
index 54061239..d2d268de 100755
--- a/framework/Testing/Data/TDbConnection.php
+++ b/framework/Testing/Data/TDbConnection.php
@@ -156,7 +156,6 @@ class TDbConnection extends TComponent
*/
public function __construct($dsn='',$username='',$password='')
{
- parent::__construct();
$this->connectionString=$dsn;
$this->username=$username;
$this->password=$password;