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 b9b798f commit 4ddc8e0Copy full SHA for 4ddc8e0
lib/internal/Magento/Framework/Test/Unit/App/ResourceConnectionTest.php
@@ -125,7 +125,7 @@ public function testGetExistingConnectionByName()
125
ResourceConnection::class,
126
[
127
'deploymentConfig' => $this->deploymentConfigMock,
128
- 'connections' => ['default_process_' . getmypid() => 'existing_connection']
+ 'connections' => ['default' => 'existing_connection']
129
]
130
);
131
$this->deploymentConfigMock->expects($this->never())->method('get');
0 commit comments