Skip to content

Commit ccae5e7

Browse files
committed
IHF: Tests structure.
1 parent af572bb commit ccae5e7

File tree

6 files changed

+8
-0
lines changed

6 files changed

+8
-0
lines changed

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

tests/debug/BacktraceAsStringTest/backtrace.travis.txt renamed to tests/HelperFunctions/debug/BacktraceAsStringTest/backtrace.travis.txt

File renamed without changes.

tests/debug/BacktraceAsStringTest/backtrace.txt renamed to tests/HelperFunctions/debug/BacktraceAsStringTest/backtrace.txt

File renamed without changes.

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

tests/debug/MinimizedBacktraceAsStringTest/backtrace.travis.txt renamed to tests/HelperFunctions/debug/MinimizedBacktraceAsStringTest/backtrace.travis.txt

File renamed without changes.

tests/debug/MinimizedBacktraceAsStringTest/backtrace.txt renamed to tests/HelperFunctions/debug/MinimizedBacktraceAsStringTest/backtrace.txt

File renamed without changes.

0 commit comments

Comments
 (0)