Skip to content

Commit b2655c1

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/json/IsJsonTest.php renamed to tests/HelperFunctions/json/IsJsonTest.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\Json;
4+
5+
use Illuminated\Helpers\HelperFunctions\Tests\TestCase;
6+
use StdClass;
7+
38
class IsJsonTest extends TestCase
49
{
510
/** @test */

0 commit comments

Comments
 (0)