Skip to content

Commit 57affb7

Browse files
committed
IHF: Tests structure.
1 parent 3b8c914 commit 57affb7

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"autoload-dev": {
3333
"classmap": [
34-
"tests/TestCase.php"
34+
"tests/HelperFunctions/TestCase.php"
3535
]
3636
}
3737
}

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

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

0 commit comments

Comments
 (0)