Skip to content

Commit

Permalink
remove soap derivers
Browse files Browse the repository at this point in the history
  • Loading branch information
RTLer committed Oct 26, 2017
1 parent 737976b commit bf4cddf
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 317 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
],
"minimum-stability": "stable",
"require": {
"guzzlehttp/guzzle": "^6.2",
"deviservi/nusoap": "^1.1"
"guzzlehttp/guzzle": "^6.2"
},
"require-dev": {
"phpunit/phpunit": "5.3.*",
"phpunit/phpunit": "6.3.*",
"satooshi/php-coveralls": "^1.0"
},
"autoload": {
Expand Down
2 changes: 0 additions & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<testsuites>
<testsuite name="sandboxTest">
<file>./test/RestTestCase.php</file>
<file>./test/SoapTestCase.php</file>
<file>./test/NuSoapTestCase.php</file>
</testsuite>
</testsuites>
<filter>
Expand Down
133 changes: 0 additions & 133 deletions src/Drivers/NuSoapDriver.php

This file was deleted.

92 changes: 0 additions & 92 deletions src/Drivers/SoapDriver.php

This file was deleted.

43 changes: 0 additions & 43 deletions test/NuSoapTestCase.php

This file was deleted.

2 changes: 1 addition & 1 deletion test/RestTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use GuzzleHttp\Client;
use Zarinpal\Zarinpal;

class RestTestCase extends PHPUnit_Framework_TestCase
class RestTestCase extends \PHPUnit\Framework\TestCase
{
private $zarinpal;

Expand Down
43 changes: 0 additions & 43 deletions test/SoapTestCase.php

This file was deleted.

0 comments on commit bf4cddf

Please sign in to comment.