Skip to content

Commit f97c231

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

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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

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

0 commit comments

Comments
 (0)