Skip to content

Commit 22535b4

Browse files
committed
IHF: Tests structure.
1 parent 35f5e13 commit 22535b4

File tree

5 files changed

+13
-0
lines changed

5 files changed

+13
-0
lines changed

tests/format/FormatBytesTest.php renamed to tests/HelperFunctions/format/FormatBytesTest.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\Format;
4+
5+
use Illuminated\Helpers\HelperFunctions\Tests\TestCase;
6+
37
class FormatBytesTest extends TestCase
48
{
59
/** @test */

tests/format/FormatXmlTest.php renamed to tests/HelperFunctions/format/FormatXmlTest.php

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

3+
namespace Illuminated\Helpers\HelperFunctions\Tests\Format;
4+
5+
use Exception;
6+
use Illuminated\Helpers\HelperFunctions\Tests\TestCase;
7+
38
class FormatXmlTest extends TestCase
49
{
510
/** @test */

tests/format/GetDumpTest.php renamed to tests/HelperFunctions/format/GetDumpTest.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\Format;
4+
5+
use Illuminated\Helpers\HelperFunctions\Tests\TestCase;
6+
37
class GetDumpTest extends TestCase
48
{
59
/** @test */

0 commit comments

Comments
 (0)