Skip to content

Commit 2108dd8

Browse files
committed
drop remaining xml regeneration support
1 parent 67b8638 commit 2108dd8

File tree

10 files changed

+0
-270
lines changed

10 files changed

+0
-270
lines changed

tests/Doctrine/EntityRegeneratorTest.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,6 @@ public function getRegenerateEntitiesTests(): \Generator
6363
];
6464
}
6565

66-
public function testXmlRegeneration(): void
67-
{
68-
$kernel = new TestXmlEntityRegeneratorKernel('dev', true);
69-
$this->doTestRegeneration(
70-
__DIR__.'/fixtures/xml_source_project',
71-
$kernel,
72-
'Symfony\Bundle\MakerBundle\Tests\tmp\current_project_xml\src\Entity',
73-
'expected_xml',
74-
false,
75-
'current_project_xml'
76-
);
77-
}
78-
7966
private function doTestRegeneration(string $sourceDir, Kernel $kernel, string $namespace, string $expectedDirName, bool $overwrite, string $targetDirName): void
8067
{
8168
$fs = new Filesystem();

tests/Doctrine/fixtures/expected_xml/src/Entity/UserAvatar.php

Lines changed: 0 additions & 27 deletions
This file was deleted.

tests/Doctrine/fixtures/expected_xml/src/Entity/UserXml.php

Lines changed: 0 additions & 71 deletions
This file was deleted.

tests/Doctrine/fixtures/expected_xml/src/Entity/XOther.php

Lines changed: 0 additions & 13 deletions
This file was deleted.

tests/Doctrine/fixtures/expected_xml/src/Repository/UserRepository.php

Lines changed: 0 additions & 43 deletions
This file was deleted.

tests/Doctrine/fixtures/expected_xml/src/Repository/XOtherRepository.php

Lines changed: 0 additions & 43 deletions
This file was deleted.

tests/Doctrine/fixtures/xml_source_project/config/doctrine/UserAvatar.orm.xml

Lines changed: 0 additions & 18 deletions
This file was deleted.

tests/Doctrine/fixtures/xml_source_project/config/doctrine/UserXml.orm.xml

Lines changed: 0 additions & 17 deletions
This file was deleted.

tests/Doctrine/fixtures/xml_source_project/config/doctrine/XOther.orm.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

tests/Doctrine/fixtures/xml_source_project/src/Entity/UserXml.php

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)