Skip to content

Commit

Permalink
Merge pull request #11429 from SenseException/unused-test-group
Browse files Browse the repository at this point in the history
Remove unused test group
  • Loading branch information
greg0ire committed Apr 27, 2024
2 parents 8d34460 + 4e335f4 commit c973a62
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 c973a62

Please sign in to comment.