Uncommented some Aggregate test cases that now work
This commit is contained in:
parent
0a21d72760
commit
11bae7774d
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Reference in a new issue