Skip to content

Commit

Permalink
remove soap1.2 tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
meng-tian committed Mar 2, 2016
1 parent 59e50d5 commit c35625c
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions tests/SoapClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,6 @@ public function webServicesProvider()
'Sums', 'Average', 'StandardDeviation', 'skewness', 'Kurtosis'
]
],
[
'wsdl' => 'http://www.webservicex.net/Statistics.asmx?WSDL',
'options' => ['soap_version' => SOAP_1_2],
'function' => 'GetStatistics',
'args' => [['X' => [1,2,3]]],
'contains' => [
'Sums', 'Average', 'StandardDeviation', 'skewness', 'Kurtosis'
]
],
[
'wsdl' => 'http://www.webservicex.net/CurrencyConvertor.asmx?WSDL',
'options' => [],
Expand All @@ -84,15 +75,6 @@ public function webServicesProvider()
'ConversionRateResult'
]
],
[
'wsdl' => 'http://www.webservicex.net/CurrencyConvertor.asmx?WSDL',
'options' => ['soap_version' => SOAP_1_2],
'function' => 'ConversionRate',
'args' => [['FromCurrency' => 'GBP', 'ToCurrency' => 'USD']],
'contains' => [
'ConversionRateResult'
]
],
];
}
}

0 comments on commit c35625c

Please sign in to comment.