diff options
Diffstat (limited to 'tests/app/Http/Exceptions')
7 files changed, 7 insertions, 7 deletions
diff --git a/tests/app/Http/Exceptions/HttpAccessDeniedExceptionTest.php b/tests/app/Http/Exceptions/HttpAccessDeniedExceptionTest.php index 6a6761e383..6930ea01f6 100644 --- a/tests/app/Http/Exceptions/HttpAccessDeniedExceptionTest.php +++ b/tests/app/Http/Exceptions/HttpAccessDeniedExceptionTest.php @@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase; /** * Test harness for the class HttpAccessDeniedException * - * @covers Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException + * @covers \Fisharebest\Webtrees\Http\Exceptions\HttpAccessDeniedException */ class HttpAccessDeniedExceptionTest extends TestCase { diff --git a/tests/app/Http/Exceptions/HttpBadRequestExceptionTest.php b/tests/app/Http/Exceptions/HttpBadRequestExceptionTest.php index bb40a02ccc..c4a2998356 100644 --- a/tests/app/Http/Exceptions/HttpBadRequestExceptionTest.php +++ b/tests/app/Http/Exceptions/HttpBadRequestExceptionTest.php @@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase; /** * Test harness for the class HttpBadRequestException * - * @covers Fisharebest\Webtrees\Http\Exceptions\HttpBadRequestException + * @covers \Fisharebest\Webtrees\Http\Exceptions\HttpBadRequestException */ class HttpBadRequestExceptionTest extends TestCase { diff --git a/tests/app/Http/Exceptions/HttpExceptionTest.php b/tests/app/Http/Exceptions/HttpExceptionTest.php index 1448a25914..2195660eb0 100644 --- a/tests/app/Http/Exceptions/HttpExceptionTest.php +++ b/tests/app/Http/Exceptions/HttpExceptionTest.php @@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase; /** * Test harness for the class HttpException * - * @covers Fisharebest\Webtrees\Http\Exceptions\HttpException + * @covers \Fisharebest\Webtrees\Http\Exceptions\HttpException */ class HttpExceptionTest extends TestCase { diff --git a/tests/app/Http/Exceptions/HttpNotFoundExceptionTest.php b/tests/app/Http/Exceptions/HttpNotFoundExceptionTest.php index 8abd80a334..7103bcd2d5 100644 --- a/tests/app/Http/Exceptions/HttpNotFoundExceptionTest.php +++ b/tests/app/Http/Exceptions/HttpNotFoundExceptionTest.php @@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase; /** * Test harness for the class HttpNotFoundException * - * @covers Fisharebest\Webtrees\Http\Exceptions\HttpNotFoundException + * @covers \Fisharebest\Webtrees\Http\Exceptions\HttpNotFoundException */ class HttpNotFoundExceptionTest extends TestCase { diff --git a/tests/app/Http/Exceptions/HttpServerErrorExceptionTest.php b/tests/app/Http/Exceptions/HttpServerErrorExceptionTest.php index 3371fe8eec..c7e2bf7b4a 100644 --- a/tests/app/Http/Exceptions/HttpServerErrorExceptionTest.php +++ b/tests/app/Http/Exceptions/HttpServerErrorExceptionTest.php @@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase; /** * Test harness for the class HttpServerErrorException * - * @covers Fisharebest\Webtrees\Http\Exceptions\HttpServerErrorException + * @covers \Fisharebest\Webtrees\Http\Exceptions\HttpServerErrorException */ class HttpServerErrorExceptionTest extends TestCase { diff --git a/tests/app/Http/Exceptions/HttpServiceUnavailableExceptionTest.php b/tests/app/Http/Exceptions/HttpServiceUnavailableExceptionTest.php index af7e59e82d..9747711cde 100644 --- a/tests/app/Http/Exceptions/HttpServiceUnavailableExceptionTest.php +++ b/tests/app/Http/Exceptions/HttpServiceUnavailableExceptionTest.php @@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase; /** * Test harness for the class HttpServiceUnavailableException * - * @covers Fisharebest\Webtrees\Http\Exceptions\HttpServiceUnavailableException + * @covers \Fisharebest\Webtrees\Http\Exceptions\HttpServiceUnavailableException */ class HttpServiceUnavailableExceptionTest extends TestCase { diff --git a/tests/app/Http/Exceptions/HttpTooManyRequestsExceptionTest.php b/tests/app/Http/Exceptions/HttpTooManyRequestsExceptionTest.php index efe3274965..f8c153030f 100644 --- a/tests/app/Http/Exceptions/HttpTooManyRequestsExceptionTest.php +++ b/tests/app/Http/Exceptions/HttpTooManyRequestsExceptionTest.php @@ -24,7 +24,7 @@ use Fisharebest\Webtrees\TestCase; /** * Test harness for the class HttpTooManyRequestsException * - * @covers Fisharebest\Webtrees\Http\Exceptions\HttpTooManyRequestsException + * @covers \Fisharebest\Webtrees\Http\Exceptions\HttpTooManyRequestsException */ class HttpTooManyRequestsExceptionTest extends TestCase { |
