Skip to content

Commit

Permalink
Remove unused test group
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException authored and greg0ire committed Apr 27, 2024
1 parent cbec236 commit 4e335f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Tests/ORM/Functional/QueryDqlFunctionTest.php
Expand Up @@ -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')
Expand Down

0 comments on commit 4e335f4

Please sign in to comment.