Skip to content

Commit

Permalink
Remove unused test group
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException committed Apr 26, 2024
1 parent 55c4845 commit 697fe29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Tests/ORM/Functional/QueryDqlFunctionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 697fe29

Please sign in to comment.