Skip to content

Commit 4801c1c

Browse files
committed
add unit tests
1 parent 7e0d49b commit 4801c1c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
<?php
22

3-
namespace Omaralalwi\LaravelTaxify\Tests\Unit;
3+
namespace Tests\Feature;
44

5-
use Illuminate\Foundation\Testing\WithFaker;
6-
use Illuminate\Support\Facades\Log;
7-
use Modules\Settings\app\Enums\DefaultSettings;
85
use Omaralalwi\LaravelTaxify\Enums\{TaxConfigKeys, TaxDefaults, TaxifyKeys, TaxTypes};
96
use Tests\TestCase;
10-
use function Features\config;
117

128
class TaxifyTest extends TestCase
139
{

0 commit comments

Comments
 (0)