1
0
mirror of synced 2025-01-17 22:11:41 +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();
}
/**
public function testRecordSupportsValueMapping()
{
$record = new User();
@ -124,7 +124,7 @@ class Doctrine_Query_AggregateValue_TestCase extends Doctrine_UnitTestCase
$this->assertEqual($users[0]->count, 2);
$this->assertEqual($users[1]->count, 2);
}
*/
public function testAggregateValueMappingSupportsLeftJoins()
{
$q = new Doctrine_Query();