File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
dev/tests/integration/testsuite/Magento/CatalogSearch/Model/Layer/Filter Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 9
9
/**
10
10
* Test class for \Magento\CatalogSearch\Model\Layer\Filter\Category.
11
11
*
12
- * @magentoDbIsolation enabled
12
+ * @magentoDbIsolation disabled
13
13
* @magentoAppIsolation enabled
14
14
* @magentoDataFixture Magento/Catalog/_files/categories.php
15
15
*/
@@ -100,9 +100,6 @@ public function testGetName()
100
100
$ this ->assertEquals ('Category ' , $ this ->_model ->getName ());
101
101
}
102
102
103
- /**
104
- * @magentoDbIsolation disabled
105
- */
106
103
public function testGetItems ()
107
104
{
108
105
$ objectManager = \Magento \TestFramework \Helper \Bootstrap::getObjectManager ();
@@ -137,8 +134,6 @@ public function testGetItems()
137
134
138
135
/**
139
136
* Check that only children category of current category are aggregated
140
- *
141
- * @magentoDbIsolation disabled
142
137
*/
143
138
public function testCategoryAggregation (): void
144
139
{
You can’t perform that action at this time.
0 commit comments