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 2a56e24 commit 749551fCopy full SHA for 749551f
dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixtureBeforeTransaction.php
@@ -4,14 +4,14 @@
4
* See COPYING.txt for license details.
5
*/
6
7
-/**
8
- * Implementation of the @magentoDataFixtureBeforeTransaction DocBlock annotation
9
- */
10
namespace Magento\TestFramework\Annotation;
11
12
use Magento\Framework\Component\ComponentRegistrar;
13
use PHPUnit\Framework\Exception;
14
+/**
+ * Implementation of the @magentoDataFixtureBeforeTransaction DocBlock annotation
+ */
15
class DataFixtureBeforeTransaction
16
{
17
/**
@@ -139,6 +139,8 @@ private function getModulePath(string $fixture)
139
}
140
141
142
+ * Get annotations for test.
143
+ *
144
* @param \PHPUnit\Framework\TestCase $test
145
* @return array
146
0 commit comments