From 697fe299762d49bc562c43239593884ca25bdf4a 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 5a6aa5da3ab..fcc82cf35c6 100644 --- a/tests/Tests/ORM/Functional/QueryDqlFunctionTest.php +++ b/tests/Tests/ORM/Functional/QueryDqlFunctionTest.php @@ -252,7 +252,6 @@ public function testOperatorMultiply(): void self::assertEquals(1_600_000, $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')