Skip to content

Commit 4e335f4

Browse files
SenseExceptiongreg0ire
authored andcommitted
Remove unused test group
1 parent cbec236 commit 4e335f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: tests/Tests/ORM/Functional/QueryDqlFunctionTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ public function testOperatorMultiply(): void
249249
self::assertEquals(1600000, $result[3]['op']);
250250
}
251251

252-
/** @group test */
253252
public function testOperatorDiv(): void
254253
{
255254
$result = $this->_em->createQuery('SELECT m, (m.salary/0.5) AS op FROM Doctrine\Tests\Models\Company\CompanyManager m ORDER BY m.salary ASC')

0 commit comments

Comments
 (0)