Skip to content

Commit 8675df7

Browse files
committed
Fix test
1 parent b52bcb7 commit 8675df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Phpforce/SoapClient/Tests/ClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public function testWithEventDispatcher()
185185
$dispatcher
186186
->expects($this->at(1))
187187
->method('dispatch')
188-
->with('php_force.soap_client.response');
188+
->with('phpforce.soap_client.response');
189189

190190
// $dispatcher
191191
// ->expects($this->at(2))

0 commit comments

Comments
 (0)