Moved classes

This commit is contained in:
Francis Besset 2011-09-04 00:42:51 +02:00
parent aaca80a262
commit 358373dcc8
5 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@
* with this source code in the file LICENSE.
*/
namespace BeSimple\SoapClient\Soap;
namespace BeSimple\SoapClient;
use BeSimple\SoapCommon\Cache;

View File

@ -10,7 +10,7 @@
* with this source code in the file LICENSE.
*/
namespace BeSimple\SoapClient\Soap;
namespace BeSimple\SoapClient;
/**
* @author Francis Besset <francis.besset@gmail.com>

View File

@ -10,10 +10,10 @@
* with this source code in the file LICENSE.
*/
namespace BeSimple\Tests\SoapClient\Soap;
namespace BeSimple\Tests\SoapClient;
use BeSimple\SoapCommon\Cache;
use BeSimple\SoapClient\Soap\SoapClient;
use BeSimple\SoapClient\SoapClient;
class SoapClientTest extends \PHPUnit_Framework_TestCase
{

View File

@ -10,9 +10,9 @@
* 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
{