Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Jul 20, 2024
1 parent d9f8d82 commit 2e487de
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php_dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: copy Env
run: |
cp .github/workflows/${{ inputs.env-file }}.${{ matrix.sql-versions }} .env
cp .github/workflows/${{ inputs.env-file }}.${{ matrix.sql-versions }} Lychee/.env
- name: setup MySQL Database with v3
run: |
Expand Down
2 changes: 1 addition & 1 deletion tests/AbstractTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
use function Safe\copy;
use function Safe\json_decode;
use function Safe\tempnam;
use Tests\Feature_v1\Constants\TestConstants;
use Tests\Constants\TestConstants;
use Tests\Traits\CatchFailures;

abstract class AbstractTestCase extends BaseTestCase
Expand Down
2 changes: 1 addition & 1 deletion tests/Livewire/Forms/ImportFromDropBoxTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use App\Livewire\Components\Forms\Add\ImportFromDropbox;
use Illuminate\Foundation\Testing\DatabaseTransactions;
use Livewire\Livewire;
use Tests\Feature_v1\Constants\TestConstants;
use Tests\Constants\TestConstants;
use Tests\Livewire\Base\BaseLivewireTest;

class ImportFromDropBoxTest extends BaseLivewireTest
Expand Down
2 changes: 1 addition & 1 deletion tests/Livewire/Forms/ImportFromUrlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use App\Livewire\Components\Forms\Add\ImportFromUrl;
use Illuminate\Foundation\Testing\DatabaseTransactions;
use Livewire\Livewire;
use Tests\Feature_v1\Constants\TestConstants;
use Tests\Constants\TestConstants;
use Tests\Livewire\Base\BaseLivewireTest;

class ImportFromUrlTest extends BaseLivewireTest
Expand Down
2 changes: 1 addition & 1 deletion tests/Livewire/Forms/UploadTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
use function Safe\file_get_contents;
use function Safe\filesize;
use function Safe\tempnam;
use Tests\Feature_v1\Constants\TestConstants;
use Tests\Constants\TestConstants;
use Tests\Livewire\Base\BaseLivewireTest;

class UploadTest extends BaseLivewireTest
Expand Down

0 comments on commit 2e487de

Please sign in to comment.