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 e68c6e4 commit 50a16d0Copy full SHA for 50a16d0
dev/tests/integration/testsuite/Magento/Weee/Plugin/Catalog/Ui/Component/Listing/ColumnsTest.php
@@ -15,7 +15,8 @@
15
use PHPUnit\Framework\TestCase;
16
17
/**
18
- * @magentoDbIsolation enabled
+ * Class ColumnsTest
19
+ * Check if FPT attribute column in product grid won't be sortable
20
*/
21
class ColumnsTest extends TestCase
22
{
@@ -48,8 +49,7 @@ protected function setUp(): void
48
49
}
50
51
- * Check if FPT attribute column in product grid won't be sortable
52
- *
+ * @magentoDbIsolation enabled
53
* @magentoDataFixture Magento/Weee/_files/fixed_product_attribute.php
54
55
public function testGetProductWeeeAttributesConfig()
0 commit comments