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 b52bcb7 commit 8675df7Copy full SHA for 8675df7
tests/Phpforce/SoapClient/Tests/ClientTest.php
@@ -185,7 +185,7 @@ public function testWithEventDispatcher()
185
$dispatcher
186
->expects($this->at(1))
187
->method('dispatch')
188
- ->with('php_force.soap_client.response');
+ ->with('phpforce.soap_client.response');
189
190
// $dispatcher
191
// ->expects($this->at(2))
0 commit comments