Skip to content

Commit ebe100e

Browse files
committed
IHF: Tests structure.
1 parent f97c231 commit ebe100e

File tree

7 files changed

+10
-0
lines changed

7 files changed

+10
-0
lines changed

tests/xml/ArrayToXmlTest.php renamed to tests/HelperFunctions/xml/ArrayToXmlTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<?php
22

3+
namespace Illuminated\Helpers\HelperFunctions\Tests\Xml;
4+
5+
use Illuminated\Helpers\HelperFunctions\Tests\TestCase;
6+
37
class ArrayToXmlTest extends TestCase
48
{
59
/** @test */

tests/xml/XmlToArrayTest.php renamed to tests/HelperFunctions/xml/XmlToArrayTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<?php
22

3+
namespace Illuminated\Helpers\HelperFunctions\Tests\Xml;
4+
5+
use Exception;
6+
use Illuminated\Helpers\HelperFunctions\Tests\TestCase;
7+
use SimpleXMLElement;
8+
39
class XmlToArrayTest extends TestCase
410
{
511
/** @test */

0 commit comments

Comments
 (0)