Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 42f510f

Browse files
committed
fix cs from zendframework#5613
1 parent afac2f9 commit 42f510f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/ZendTest/Soap/Client/DotNetTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
use PHPUnit_Framework_TestCase;
1313
use Zend\Soap\Client\Common;
1414
use Zend\Soap\Client\DotNet as DotNetClient;
15-
use ZendTest\Soap\TestAsset\MockCallUserFunc;
1615

1716
require_once __DIR__ . '/../TestAsset/call_user_func.php';
1817

@@ -95,7 +94,7 @@ public function testDefaultSoapClientRequestIsDoneWhenNotUsingNtlmAuthentication
9594
{
9695
$unitTest = $this;
9796
$soapClient = new Common(
98-
function(Common $client, $request, $location, $action, $version, $oneWay = null) use ($unitTest) {
97+
function (Common $client, $request, $location, $action, $version, $oneWay = null) use ($unitTest) {
9998
$unitTest->assertEquals('http://unit/test#TestMethod', $action);
10099
$result = '<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">'
101100
. '<s:Body>';

0 commit comments

Comments
 (0)