Skip to content

Commit b98d83b

Browse files
authored
laravel integration test sub dir (#15)
1 parent 4628fd0 commit b98d83b

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

tests/Integration/Fixtures/Component.php renamed to tests/Integration/Laravel/Fixtures/Component.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace Ziadoz\AssertableHtml\Tests\Integration\Fixtures;
5+
namespace Ziadoz\AssertableHtml\Tests\Integration\Laravel\Fixtures;
66

77
use Illuminate\View\Component as LaravelComponent;
88
use Illuminate\View\View;
File renamed without changes.
File renamed without changes.

tests/Integration/TestComponentTest.php renamed to tests/Integration/Laravel/TestComponentTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
declare(strict_types=1);
44

5-
namespace Ziadoz\AssertableHtml\Tests\Integration;
5+
namespace Ziadoz\AssertableHtml\Tests\Integration\Laravel;
66

77
use Illuminate\Foundation\Testing\Concerns\InteractsWithViews;
88
use Orchestra\Testbench\TestCase;
99
use Ziadoz\AssertableHtml\AssertableHtmlServiceProvider;
1010
use Ziadoz\AssertableHtml\Dom\AssertableDocument;
1111
use Ziadoz\AssertableHtml\Dom\AssertableElement;
12-
use Ziadoz\AssertableHtml\Tests\Integration\Fixtures\Component;
12+
use Ziadoz\AssertableHtml\Tests\Integration\Laravel\Fixtures\Component;
1313

1414
class TestComponentTest extends TestCase
1515
{

tests/Integration/TestResponseTest.php renamed to tests/Integration/Laravel/TestResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace Ziadoz\AssertableHtml\Tests\Integration;
5+
namespace Ziadoz\AssertableHtml\Tests\Integration\Laravel;
66

77
use Closure;
88
use Illuminate\Foundation\Testing\Concerns\MakesHttpRequests;

tests/Integration/TestViewTest.php renamed to tests/Integration/Laravel/TestViewTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace Ziadoz\AssertableHtml\Tests\Integration;
5+
namespace Ziadoz\AssertableHtml\Tests\Integration\Laravel;
66

77
use Illuminate\Foundation\Testing\Concerns\InteractsWithViews;
88
use Orchestra\Testbench\TestCase;

0 commit comments

Comments
 (0)