Skip to content

Commit 35f5e13

Browse files
committed
IHF: Tests structure.
1 parent 095e81a commit 35f5e13

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

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

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

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

0 commit comments

Comments
 (0)