Skip to content

Commit 749551f

Browse files
committed
Fix static tests.
1 parent 2a56e24 commit 749551f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

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

7-
/**
8-
* Implementation of the @magentoDataFixtureBeforeTransaction DocBlock annotation
9-
*/
107
namespace Magento\TestFramework\Annotation;
118

129
use Magento\Framework\Component\ComponentRegistrar;
1310
use PHPUnit\Framework\Exception;
1411

12+
/**
13+
* Implementation of the @magentoDataFixtureBeforeTransaction DocBlock annotation
14+
*/
1515
class DataFixtureBeforeTransaction
1616
{
1717
/**
@@ -139,6 +139,8 @@ private function getModulePath(string $fixture)
139139
}
140140

141141
/**
142+
* Get annotations for test.
143+
*
142144
* @param \PHPUnit\Framework\TestCase $test
143145
* @return array
144146
*/

0 commit comments

Comments
 (0)