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 ad7603d commit faf57f7Copy full SHA for faf57f7
dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php
@@ -1,14 +1,9 @@
1
<?php
2
/**
3
- * Implementation of the magentoApiDataFixture DocBlock annotation.
4
- *
5
- * The difference of magentoApiDataFixture from magentoDataFixture is
6
- * that no transactions should be used for API data fixtures.
7
- * Otherwise fixture data will not be accessible to Web API functional tests.
8
9
* Copyright © Magento, Inc. All rights reserved.
10
* See COPYING.txt for license details.
11
*/
+declare(strict_types=1);
12
13
namespace Magento\TestFramework\Annotation;
14
0 commit comments