Skip to content

Commit cc2bd74

Browse files
committed
test(hydra): isolate Issue7953 fixture table to fix behat collision
| Q | A | ------------- | --- | Branch? | 4.3 | Tickets | refs #7953 | License | MIT | Doc PR | ∅ Entity\Dummy and Entity\Issue7953\Dummy both auto-derive table name "Dummy", so SchemaTool::createSchema throws TableAlreadyExists and cascades 500s through every later behat scenario.
1 parent 53b59cd commit cc2bd74

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • tests/Fixtures/TestBundle/Entity/Issue7953

tests/Fixtures/TestBundle/Entity/Issue7953/Dummy.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
],
4141
)]
4242
#[ORM\Entity]
43+
#[ORM\Table(name: 'issue7953_dummy')]
4344
class Dummy
4445
{
4546
#[ORM\Id]

0 commit comments

Comments
 (0)