|
@@ -188,7 +188,7 @@ class Zend_Db_Table_Select_Pdo_PgsqlTest extends Zend_Db_Table_Select_TestCommon
|
|
|
* @group ZF-378
|
|
* @group ZF-378
|
|
|
* @group ZF-381
|
|
* @group ZF-381
|
|
|
*/
|
|
*/
|
|
|
- public function testOrderOfConditionalFieldWithDirection($adapter)
|
|
|
|
|
|
|
+ public function testOrderOfConditionalFieldWithDirection()
|
|
|
{
|
|
{
|
|
|
$select = $this->_db->select();
|
|
$select = $this->_db->select();
|
|
|
$select->from(array ('p' => 'product'))
|
|
$select->from(array ('p' => 'product'))
|