From 4e335f404413a09bdfb33c3d5771005162d22dfa Mon Sep 17 00:00:00 2001 From: Claudio Zizza Date: Sat, 27 Apr 2024 00:04:43 +0200 Subject: [PATCH] Remove unused test group --- tests/Tests/ORM/Functional/QueryDqlFunctionTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Tests/ORM/Functional/QueryDqlFunctionTest.php b/tests/Tests/ORM/Functional/QueryDqlFunctionTest.php index e1ad89ecc2d..f5dead66a31 100644 --- a/tests/Tests/ORM/Functional/QueryDqlFunctionTest.php +++ b/tests/Tests/ORM/Functional/QueryDqlFunctionTest.php @@ -249,7 +249,6 @@ public function testOperatorMultiply(): void self::assertEquals(1600000, $result[3]['op']); } - /** @group test */ public function testOperatorDiv(): void { $result = $this->_em->createQuery('SELECT m, (m.salary/0.5) AS op FROM Doctrine\Tests\Models\Company\CompanyManager m ORDER BY m.salary ASC')