We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4191239 commit 5109fc8Copy full SHA for 5109fc8
tests/Unit/Xml/SoapXmlTest.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-namespace CodeDredd\Soap\Xml;
+namespace CodeDredd\Soap\Tests\Unit\Xml;
4
5
use CodeDredd\Soap\Tests\TestCase;
6
use Phpro\SoapClient\Soap\Driver\ExtSoap\ExtSoapEngineFactory;
tests/Unit/Xml/XmlSerializerTest.php
@@ -1,8 +1,10 @@
+use CodeDredd\Soap\Xml\SoapXml;
7
+use CodeDredd\Soap\Xml\XMLSerializer;
8
9
class XmlSerializerTest extends TestCase
10
{
0 commit comments