Skip to content

Commit be4e734

Browse files
Merge branch '5.3' into 5.4
* 5.3: skip Bootstrap 4 tests that do not apply to the Bootstrap 5 form theme
2 parents e90f43c + 7e5339a commit be4e734

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Tests/Extension/AbstractBootstrap5LayoutTest.php

Lines changed: 5 additions & 0 deletions
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)