Skip to content

Commit

Permalink
Move tests to feature folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Zakhozhiy committed Feb 21, 2022
1 parent 768e40c commit 5226250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Tests\Integrate;
namespace Tests\Feature;

use App\Packages\CbrClient\CbrClient;
use Tests\TestCase;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Tests\Integrate;
namespace Tests\Feature;

use App\Packages\OAuth2\Models\Token;
use Illuminate\Database\Eloquent\Builder;
Expand Down

0 comments on commit 5226250

Please sign in to comment.