From 4d02feae9d948b28ec24df42ebf498ec24beaae5 Mon Sep 17 00:00:00 2001 From: javalizard <> Date: Sun, 18 Apr 2010 04:37:36 +0000 Subject: Ensured parent::__construct calls within Testing --- framework/Testing/Data/TDbCommand.php | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/Testing/Data/TDbCommand.php') 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); } -- cgit v1.2.3