Commit 11bae777 authored by jackbravo's avatar jackbravo

Uncommented some Aggregate test cases that now work

parent 0a21d727
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment