Skip to content

Commit ec7a5c2

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/artisan/CallInBackgroundTest.php renamed to tests/HelperFunctions/artisan/CallInBackgroundTest.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\Artisan;
4+
5+
use Illuminated\Helpers\HelperFunctions\Tests\TestCase;
6+
use Mockery;
7+
38
/**
49
* @runTestsInSeparateProcesses
510
* @preserveGlobalState disabled

0 commit comments

Comments
 (0)