From a2e0133a94bf235498ee2e805c8ca9a147b7fa24 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Wed, 27 Aug 2014 02:01:56 +0200 Subject: [PATCH] Adding DDC-3276 test group --- tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php b/tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php index 0a35b3bdb..0b5a60c96 100644 --- a/tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php +++ b/tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php @@ -263,6 +263,9 @@ class SelectSqlGenerationTest extends \Doctrine\Tests\OrmTestCase ); } + /** + * @group DDC-3276 + */ public function testSupportsAggregateCountFunctionWithSimpleArithmetic() { $connMock = $this->_em->getConnection();