From 70e305a918fcf193009831d4e89aa8c386df3dc4 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 29 Mar 2016 09:24:08 +0200 Subject: Ported / fixed most old tests --- tests/unit/Data/ActiveRecord/records/ItemRecord.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/Data/ActiveRecord/records/ItemRecord.php') diff --git a/tests/unit/Data/ActiveRecord/records/ItemRecord.php b/tests/unit/Data/ActiveRecord/records/ItemRecord.php index e6707cde..398b0b69 100644 --- a/tests/unit/Data/ActiveRecord/records/ItemRecord.php +++ b/tests/unit/Data/ActiveRecord/records/ItemRecord.php @@ -29,7 +29,7 @@ class ItemRecord extends TActiveRecord static $conn; if($conn===null) { - $conn = new TDbConnection('pgsql:host=localhost;dbname=test', 'test','test'); + $conn = new TDbConnection('mysql:host=localhost;dbname=prado_unitest', 'prado_unitest','prado_unitest'); $this->OnExecuteCommand[] = array($this,'logger'); } return $conn; -- cgit v1.2.3