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 a055fa1 commit 1bd5fffCopy full SHA for 1bd5fff
dev/tests/integration/framework/Magento/TestFramework/Annotation/DataFixture.php
@@ -4,15 +4,14 @@
4
* See COPYING.txt for license details.
5
*/
6
7
-/**
8
- * Implementation of the @magentoDataFixture DocBlock annotation
9
- */
10
-
11
namespace Magento\TestFramework\Annotation;
12
13
use Magento\Framework\Component\ComponentRegistrar;
14
use PHPUnit\Framework\Exception;
15
+/**
+ * Implementation of the @magentoDataFixture DocBlock annotation.
+ */
16
class DataFixture
17
{
18
/**
@@ -178,6 +177,10 @@ private function getModulePath(string $fixture)
178
177
}
179
180
+ * Get method annotations.
181
+ *
182
+ * Overwrites class-defined annotations.
183
184
* @param \PHPUnit\Framework\TestCase $test
185
* @return array
186
0 commit comments