Skip to content

Commit b3f8c0c

Browse files
committed
MC-3407: Create/update MFTF tests for background attributes for tab
- add comments
1 parent f653276 commit b3f8c0c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dev/tests/static/testsuite/Magento/Test/Integrity/Xml/ExtendsBaseFormTest.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212

1313
class ExtendsBaseFormTest extends \PHPUnit\Framework\TestCase
1414
{
15+
/**
16+
* Verify the XML files extend the expected base form.
17+
*/
1518
public function testXmlFiles()
1619
{
1720
$invoker = new \Magento\Framework\App\Utility\AggregateInvoker($this);
@@ -42,6 +45,11 @@ function ($filename, $expectedBaseForm) {
4245
);
4346
}
4447

48+
/**
49+
* Return XML files that are expected to be extended.
50+
*
51+
* @return array
52+
*/
4553
private function getXmlFiles(): array
4654
{
4755
$data = [];

0 commit comments

Comments
 (0)