Skip to content

Commit a45fb74

Browse files
committed
#21797: Static test fix.
1 parent 4603abc commit a45fb74

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

dev/tests/api-functional/testsuite/Magento/Webapi/JoinDirectivesTest.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
use Magento\Framework\Api\SortOrder;
1212
use Magento\Framework\Api\SortOrderBuilder;
1313

14+
/**
15+
* Test join directives.
16+
*/
1417
class JoinDirectivesTest extends \Magento\TestFramework\TestCase\WebapiAbstract
1518
{
1619
/**
@@ -43,7 +46,8 @@ protected function setUp()
4346
}
4447

4548
/**
46-
* Rollback rules
49+
* Rollback rules.
50+
*
4751
* @magentoApiDataFixture Magento/SalesRule/_files/rules_rollback.php
4852
* @magentoApiDataFixture Magento/Sales/_files/quote.php
4953
*/

0 commit comments

Comments
 (0)