Changeset 4887
- Timestamp:
- 09/08/08 19:14:23 (10 months ago)
- Files:
-
- 1 modified
-
branches/1.0/tests/Query/HavingTestCase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/tests/Query/HavingTestCase.php
r3884 r4887 59 59 public function testReturnFuncIfNumeric() 60 60 { 61 $having = new Doctrine_Query_Having( "test");61 $having = new Doctrine_Query_Having(new Doctrine_Query()); 62 62 $part = $having->load("1"); 63 63 $this->assertEqual("1",trim($part));