diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 018b709..bbed36a 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,22 +1,21 @@ - - - - tests - - - - - - - - - - - - + + + + tests/Unit + + + tests/Feature + + + - ./src + src - + + + + + + diff --git a/tests/Unit/BlockByCountryMiddlewareTest.php b/tests/Unit/BlockByCountryMiddlewareTest.php index a884249..7215fd5 100644 --- a/tests/Unit/BlockByCountryMiddlewareTest.php +++ b/tests/Unit/BlockByCountryMiddlewareTest.php @@ -15,10 +15,8 @@ class BlockByCountryMiddlewareTest extends TestCase { use RefreshDatabase; - /** @var BlockByCountry */ private $middleware; - /** @var IpApiService|\Mockery\MockInterface */ private $ipApiService; protected function setUp(): void