Moved classes
This commit is contained in:
parent
aaca80a262
commit
358373dcc8
|
@ -10,7 +10,7 @@
|
||||||
* with this source code in the file LICENSE.
|
* with this source code in the file LICENSE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BeSimple\SoapClient\Soap;
|
namespace BeSimple\SoapClient;
|
||||||
|
|
||||||
use BeSimple\SoapCommon\Cache;
|
use BeSimple\SoapCommon\Cache;
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
* with this source code in the file LICENSE.
|
* with this source code in the file LICENSE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BeSimple\SoapClient\Soap;
|
namespace BeSimple\SoapClient;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Francis Besset <francis.besset@gmail.com>
|
* @author Francis Besset <francis.besset@gmail.com>
|
|
@ -10,10 +10,10 @@
|
||||||
* with this source code in the file LICENSE.
|
* with this source code in the file LICENSE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BeSimple\Tests\SoapClient\Soap;
|
namespace BeSimple\Tests\SoapClient;
|
||||||
|
|
||||||
use BeSimple\SoapCommon\Cache;
|
use BeSimple\SoapCommon\Cache;
|
||||||
use BeSimple\SoapClient\Soap\SoapClient;
|
use BeSimple\SoapClient\SoapClient;
|
||||||
|
|
||||||
class SoapClientTest extends \PHPUnit_Framework_TestCase
|
class SoapClientTest extends \PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
|
@ -10,9 +10,9 @@
|
||||||
* with this source code in the file LICENSE.
|
* with this source code in the file LICENSE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace BeSimple\Tests\SoapClient\Soap;
|
namespace BeSimple\Tests\SoapClient;
|
||||||
|
|
||||||
use BeSimple\SoapClient\Soap\SoapRequest;
|
use BeSimple\SoapClient\SoapRequest;
|
||||||
|
|
||||||
class SoapRequestTest extends \PHPUnit_Framework_TestCase
|
class SoapRequestTest extends \PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
Loading…
Reference in New Issue