Skip to content

Commit

Permalink
Fix test file/class names (#9649)
Browse files Browse the repository at this point in the history
  • Loading branch information
michnovka authored Apr 11, 2022
1 parent 36ab133 commit 7e7e38b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1458Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Doctrine\ORM\Mapping\OneToOne;
use Doctrine\Tests\OrmFunctionalTestCase;

class DDC1258Test extends OrmFunctionalTestCase
class DDC1458Test extends OrmFunctionalTestCase
{
protected function setUp(): void
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Doctrine/Tests/ORM/Functional/Ticket/GH7684Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
* Github issue: 7684
*/
class GH7684 extends DatabaseDriverTestCase
class GH7684Test extends DatabaseDriverTestCase
{
public function testIssue(): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Doctrine\ORM\Mapping\Table;
use Doctrine\Tests\OrmFunctionalTestCase;

class Ticket4646MultipleInstanceOfWithMultipleParametersTest extends OrmFunctionalTestCase
class Ticket4646InstanceOfWithMultipleParametersTest extends OrmFunctionalTestCase
{
protected function setUp(): void
{
Expand Down

0 comments on commit 7e7e38b

Please sign in to comment.