1
0
mirror of synced 2025-02-21 14:43:14 +03:00

Reverted coverage for DDC-369 and DDC-954.

This commit is contained in:
Guilherme Blanco 2012-05-23 00:14:50 -04:00
parent 3e601c3a53
commit 738bfd8082

View File

@ -128,7 +128,7 @@ class AdvancedDqlQueryTest extends \Doctrine\Tests\OrmFunctionalTestCase
'SELECT count(p.id) FROM Doctrine\Tests\Models\Company\CompanyEmployee p WHERE p.salary = 1')->getResult()) > 0); 'SELECT count(p.id) FROM Doctrine\Tests\Models\Company\CompanyEmployee p WHERE p.salary = 1')->getResult()) > 0);
} }
public function testDeleteAs() /*public function testDeleteAs()
{ {
$dql = 'DELETE Doctrine\Tests\Models\Company\CompanyEmployee AS p'; $dql = 'DELETE Doctrine\Tests\Models\Company\CompanyEmployee AS p';
$this->_em->createQuery($dql)->getResult(); $this->_em->createQuery($dql)->getResult();
@ -137,7 +137,7 @@ class AdvancedDqlQueryTest extends \Doctrine\Tests\OrmFunctionalTestCase
$result = $this->_em->createQuery($dql)->getSingleScalarResult(); $result = $this->_em->createQuery($dql)->getSingleScalarResult();
$this->assertEquals(0, $result); $this->assertEquals(0, $result);
} }*/
public function generateFixture() public function generateFixture()
{ {