1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00

Uncommented some Aggregate test cases that now work

This commit is contained in:
jackbravo 2007-08-27 18:57:09 +00:00
parent 0a21d72760
commit 11bae7774d

View file

@ -53,7 +53,7 @@ class Doctrine_Query_AggregateValue_TestCase extends Doctrine_UnitTestCase
$users->save(); $users->save();
} }
/**
public function testRecordSupportsValueMapping() public function testRecordSupportsValueMapping()
{ {
$record = new User(); $record = new User();
@ -124,7 +124,7 @@ class Doctrine_Query_AggregateValue_TestCase extends Doctrine_UnitTestCase
$this->assertEqual($users[0]->count, 2); $this->assertEqual($users[0]->count, 2);
$this->assertEqual($users[1]->count, 2); $this->assertEqual($users[1]->count, 2);
} }
*/
public function testAggregateValueMappingSupportsLeftJoins() public function testAggregateValueMappingSupportsLeftJoins()
{ {
$q = new Doctrine_Query(); $q = new Doctrine_Query();