summaryrefslogtreecommitdiff
path: root/framework/Testing/Data/TDbCommand.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Testing/Data/TDbCommand.php')
-rwxr-xr-xframework/Testing/Data/TDbCommand.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Testing/Data/TDbCommand.php b/framework/Testing/Data/TDbCommand.php
index dd3a9fe6..9a1bb5b7 100755
--- a/framework/Testing/Data/TDbCommand.php
+++ b/framework/Testing/Data/TDbCommand.php
@@ -47,6 +47,7 @@ class TDbCommand extends TComponent
*/
public function __construct(TDbConnection $connection,$text)
{
+ parent::__construct();
$this->_connection=$connection;
$this->setText($text);
}