Author: jwage
Date: 2008-09-08 20:14:23 +0100 (Mon, 08 Sep 2008)
New Revision: 4887
Modified:
branches/1.0/tests/Query/HavingTestCase.php
Log:
Fixing test
Modified: branches/1.0/tests/Query/HavingTestCase.php
===================================================================
--- branches/1.0/tests/Query/HavingTestCase.php 2008-09-08 19:09:22 UTC (rev
4886)
+++ branches/1.0/tests/Query/HavingTestCase.php 2008-09-08 19:14:23 UTC (rev
4887)
@@ -58,7 +58,7 @@
public function testReturnFuncIfNumeric()
{
- $having = new Doctrine_Query_Having("test");
+ $having = new Doctrine_Query_Having(new Doctrine_Query());
$part = $having->load("1");
$this->assertEqual("1",trim($part));
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"doctrine-svn" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.co.uk/group/doctrine-svn?hl=en-GB
-~----------~----~----~----~------~----~------~--~---