Skip to content

Commit 04bee3e

Browse files
minor symfony#42066 [TwigBridge]  skip Bootstrap 4 tests that do not apply to the Bootstrap 5 form theme (xabbuh)
This PR was merged into the 5.3 branch. Discussion ---------- [TwigBridge]  skip Bootstrap 4 tests that do not apply to the Bootstrap 5 form theme | Q | A | ------------- | --- | Branch? | .3 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Commits ------- ad7ce8e skip Bootstrap 4 tests that do not apply to the Bootstrap 5 form theme
2 parents ac0c068 + ad7ce8e commit 04bee3e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap5LayoutTest.php

+5
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,11 @@ public function testFile()
892892
);
893893
}
894894

895+
public function testFileLabelIdNotDuplicated()
896+
{
897+
$this->markTestSkipped('The Bootstrap 5 form theme does not use the file widget shipped with the Bootstrap 4 theme.');
898+
}
899+
895900
public function testFileWithGroup()
896901
{
897902
$form = $this->factory->createNamed('name', FileType::class);

0 commit comments

Comments
 (0)