diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 0c4363c38..4712d716f 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,12 +1,8 @@ @@ -14,16 +10,17 @@ tests - - + + src/ - - + + + + + + + - - - - - + diff --git a/tests/Commands/ComponentClassMakeCommandTest.php b/tests/Commands/ComponentClassMakeCommandTest.php index f62beafc2..779675060 100644 --- a/tests/Commands/ComponentClassMakeCommandTest.php +++ b/tests/Commands/ComponentClassMakeCommandTest.php @@ -6,7 +6,7 @@ use Nwidart\Modules\Tests\BaseTestCase; use Spatie\Snapshots\MatchesSnapshots; -class ComponentClassCommandTest extends BaseTestCase +class ComponentClassMakeCommandTest extends BaseTestCase { use MatchesSnapshots; /** diff --git a/tests/Commands/ComponentViewMakeCommandTest.php b/tests/Commands/ComponentViewMakeCommandTest.php index 6375f58b8..9000343f9 100644 --- a/tests/Commands/ComponentViewMakeCommandTest.php +++ b/tests/Commands/ComponentViewMakeCommandTest.php @@ -6,7 +6,7 @@ use Nwidart\Modules\Tests\BaseTestCase; use Spatie\Snapshots\MatchesSnapshots; -class ComponentViewCommandTest extends BaseTestCase +class ComponentViewMakeCommandTest extends BaseTestCase { use MatchesSnapshots; /** diff --git a/tests/LaravelModuleTest.php b/tests/LaravelModuleTest.php index 27577a1a0..c91452221 100644 --- a/tests/LaravelModuleTest.php +++ b/tests/LaravelModuleTest.php @@ -8,7 +8,7 @@ use Nwidart\Modules\Contracts\ActivatorInterface; use Nwidart\Modules\Json; -class ModuleTest extends BaseTestCase +class LaravelModuleTest extends BaseTestCase { /** * @var TestingModule