We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4603abc commit a45fb74Copy full SHA for a45fb74
dev/tests/api-functional/testsuite/Magento/Webapi/JoinDirectivesTest.php
@@ -11,6 +11,9 @@
11
use Magento\Framework\Api\SortOrder;
12
use Magento\Framework\Api\SortOrderBuilder;
13
14
+/**
15
+ * Test join directives.
16
+ */
17
class JoinDirectivesTest extends \Magento\TestFramework\TestCase\WebapiAbstract
18
{
19
/**
@@ -43,7 +46,8 @@ protected function setUp()
43
46
}
44
47
45
48
- * Rollback rules
49
+ * Rollback rules.
50
+ *
51
* @magentoApiDataFixture Magento/SalesRule/_files/rules_rollback.php
52
* @magentoApiDataFixture Magento/Sales/_files/quote.php
53
*/
0 commit comments