From 42f510f43e54c96d26e9fd902f0bdc0968b1350c Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Tue, 4 Mar 2014 01:59:27 +0700 Subject: [PATCH] fix cs from #5613 --- tests/ZendTest/Soap/Client/DotNetTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/ZendTest/Soap/Client/DotNetTest.php b/tests/ZendTest/Soap/Client/DotNetTest.php index 7c9dfbe615c..9086a29f4ae 100644 --- a/tests/ZendTest/Soap/Client/DotNetTest.php +++ b/tests/ZendTest/Soap/Client/DotNetTest.php @@ -12,7 +12,6 @@ use PHPUnit_Framework_TestCase; use Zend\Soap\Client\Common; use Zend\Soap\Client\DotNet as DotNetClient; -use ZendTest\Soap\TestAsset\MockCallUserFunc; require_once __DIR__ . '/../TestAsset/call_user_func.php'; @@ -95,7 +94,7 @@ public function testDefaultSoapClientRequestIsDoneWhenNotUsingNtlmAuthentication { $unitTest = $this; $soapClient = new Common( - function(Common $client, $request, $location, $action, $version, $oneWay = null) use ($unitTest) { + function (Common $client, $request, $location, $action, $version, $oneWay = null) use ($unitTest) { $unitTest->assertEquals('http://unit/test#TestMethod', $action); $result = '' . '';