File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
dev/tests/integration/testsuite/Magento/Framework/ObjectManager Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 14
14
15
15
/**
16
16
* Test that verifies that resetState method for classes cause the state to be the same as it was initially constructed
17
+ * @magentoDbIsolation disabled
17
18
*/
18
19
class ResetAfterRequestTest extends \PHPUnit \Framework \TestCase
19
20
{
@@ -29,9 +30,6 @@ protected function setUp(): void
29
30
{
30
31
parent ::setUp ();
31
32
$ this ->objectManager = \Magento \TestFramework \Helper \Bootstrap::getObjectManager ();
32
- $ this ->objectManager ->configure (
33
- $ this ->objectManager ->get (ConfigLoaderInterface::class)->load ('graphql ' )
34
- );
35
33
$ this ->comparator = $ this ->objectManager ->create (Comparator::class);
36
34
$ this ->collector = $ this ->objectManager ->create (Collector::class);
37
35
}
@@ -40,6 +38,7 @@ protected function setUp(): void
40
38
* Provides list of all classes and virtual classes that implement ResetAfterRequestInterface
41
39
*
42
40
* @return array
41
+ * @magentoAppIsolation enabled
43
42
*/
44
43
public function resetAfterRequestClassDataProvider ()
45
44
{
@@ -103,6 +102,8 @@ public function resetAfterRequestClassDataProvider()
103
102
*
104
103
* @param string $className
105
104
* @dataProvider resetAfterRequestClassDataProvider
105
+ * @magentoAppArea graphql
106
+ * @magentoDbIsolation disabled
106
107
*/
107
108
public function testResetAfterRequestClasses (string $ className )
108
109
{
You can’t perform that action at this time.
0 commit comments