Skip to content

Commit c567e10

Browse files
committed
build: correct psr0 namespaces
1 parent 9c43ca4 commit c567e10

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed
File renamed without changes.

src/BeSimple/SoapCommon/Tests/CacheTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use org\bovigo\vfs\vfsStream;
1717
use org\bovigo\vfs\vfsStreamWrapper;
1818

19-
class SoapRequestTest extends \PHPUnit_Framework_TestCase
19+
class CacheTest extends \PHPUnit_Framework_TestCase
2020
{
2121
public function testSetEnabled()
2222
{

src/BeSimple/SoapCommon/Tests/Mime/MultiPartTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* with this source code in the file LICENSE.
1111
*/
1212

13-
namespace BeSimple\SoapCommon\Tests;
13+
namespace BeSimple\SoapCommon\Tests\Mime;
1414

1515
use BeSimple\SoapCommon\Mime\MultiPart;
1616
use BeSimple\SoapCommon\Mime\Part;

src/BeSimple/SoapCommon/Tests/Mime/ParserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* with this source code in the file LICENSE.
1111
*/
1212

13-
namespace BeSimple\SoapCommon\Tests;
13+
namespace BeSimple\SoapCommon\Tests\Mime;
1414

1515
use BeSimple\SoapCommon\Mime\MultiPart;
1616
use BeSimple\SoapCommon\Mime\Parser;

src/BeSimple/SoapCommon/Tests/Mime/PartHeaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* with this source code in the file LICENSE.
1111
*/
1212

13-
namespace BeSimple\SoapCommon\Tests;
13+
namespace BeSimple\SoapCommon\Tests\Mime;
1414

1515
use BeSimple\SoapCommon\Mime\PartHeader;
1616
use BeSimple\SoapCommon\Tests\Fixtures\MimePartHeader;

src/BeSimple/SoapCommon/Tests/Mime/PartTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* with this source code in the file LICENSE.
1111
*/
1212

13-
namespace BeSimple\SoapCommon\Tests;
13+
namespace BeSimple\SoapCommon\Tests\Mime;
1414

1515
use BeSimple\SoapCommon\Mime\Part;
1616
use BeSimple\SoapCommon\Mime\PartHeader;

0 commit comments

Comments
 (0)