Skip to content

Commit 1bd5fff

Browse files
committed
ENGCOM-3657: Static test fix.
1 parent a055fa1 commit 1bd5fff

File tree

1 file changed

+7
-4
lines changed
  • dev/tests/integration/framework/Magento/TestFramework/Annotation

1 file changed

+7
-4
lines changed

dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
/**
8-
* Implementation of the @magentoDataFixture DocBlock annotation
9-
*/
10-
117
namespace Magento\TestFramework\Annotation;
128

139
use Magento\Framework\Component\ComponentRegistrar;
1410
use PHPUnit\Framework\Exception;
1511

12+
/**
13+
* Implementation of the @magentoDataFixture DocBlock annotation.
14+
*/
1615
class DataFixture
1716
{
1817
/**
@@ -178,6 +177,10 @@ private function getModulePath(string $fixture)
178177
}
179178

180179
/**
180+
* Get method annotations.
181+
*
182+
* Overwrites class-defined annotations.
183+
*
181184
* @param \PHPUnit\Framework\TestCase $test
182185
* @return array
183186
*/

0 commit comments

Comments
 (0)