Skip to content

Commit 8616a98

Browse files
committed
Add missing "Test" suffix
That test never got executed.
1 parent 7602a53 commit 8616a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Doctrine/Tests/ORM/Functional/Ticket/GH12063.php renamed to tests/Doctrine/Tests/ORM/Functional/Ticket/GH12063Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use Doctrine\ORM\Mapping\Id;
1212
use Doctrine\Tests\OrmFunctionalTestCase;
1313

14-
class GH12063 extends OrmFunctionalTestCase
14+
class GH12063Test extends OrmFunctionalTestCase
1515
{
1616
protected function setUp(): void
1717
{

0 commit comments

Comments
 (0)