Skip to content

Commit faf57f7

Browse files
committed
ACP2E-782: Introduce an alternative way to define fixtures using PHP8 Attributes
1 parent ad7603d commit faf57f7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

dev/tests/api-functional/framework/Magento/TestFramework/Annotation/ApiDataFixture.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
<?php
22
/**
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-
*
93
* Copyright © Magento, Inc. All rights reserved.
104
* See COPYING.txt for license details.
115
*/
6+
declare(strict_types=1);
127

138
namespace Magento\TestFramework\Annotation;
149

0 commit comments

Comments
 (0)