mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Move CreditsTest.php into Feature/ClientPortal
This commit is contained in:
parent
53b4bd8d57
commit
9274b3e0cd
@ -10,7 +10,7 @@
|
|||||||
* @license https://www.elastic.co/licensing/elastic-license
|
* @license https://www.elastic.co/licensing/elastic-license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Tests\ClientPortal;
|
namespace Tests\Feature\ClientPortal;
|
||||||
|
|
||||||
use App\Http\Livewire\CreditsTable;
|
use App\Http\Livewire\CreditsTable;
|
||||||
use App\Models\Account;
|
use App\Models\Account;
|
||||||
@ -23,6 +23,7 @@ use Faker\Factory;
|
|||||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||||
use Livewire\Livewire;
|
use Livewire\Livewire;
|
||||||
use Tests\TestCase;
|
use Tests\TestCase;
|
||||||
|
use function now;
|
||||||
|
|
||||||
class CreditsTest extends TestCase
|
class CreditsTest extends TestCase
|
||||||
{
|
{
|
Loading…
x
Reference in New Issue
Block a user