[Corona] Proper typing of $this->class in unit tests

Review Request #1062 — Created Nov. 8, 2023 and submitted — Latest diff uploaded

pprkut
Lunr
ab0ee14...
lunr

Proper typing of $this->class in unit tests

src/Lunr/Corona/Exceptions/Tests/BadGatewayExceptionBaseTest.php
src/Lunr/Corona/Exceptions/Tests/Helpers/HttpExceptionTest.php
src/Lunr/Corona/Exceptions/Tests/BadRequestExceptionBaseTest.php
src/Lunr/Corona/Exceptions/Tests/BadRequestExceptionInputDataTest.php
src/Lunr/Corona/Exceptions/Tests/BadRequestExceptionTest.php
src/Lunr/Corona/Exceptions/Tests/ConflictExceptionBaseTest.php
src/Lunr/Corona/Exceptions/Tests/ConflictExceptionTest.php
src/Lunr/Corona/Exceptions/Tests/FailedDependencyExceptionBaseTest.php
src/Lunr/Corona/Exceptions/Tests/FailedDependencyExceptionTest.php
src/Lunr/Corona/Exceptions/Tests/ForbiddenExceptionBaseTest.php
src/Lunr/Corona/Exceptions/Tests/ForbiddenExceptionInputDataTest.php
src/Lunr/Corona/Exceptions/Tests/ForbiddenExceptionTest.php
src/Lunr/Corona/Exceptions/Tests/HttpExceptionTest.php
src/Lunr/Corona/Exceptions/Tests/InternalServerErrorExceptionBaseTest.php
src/Lunr/Corona/Exceptions/Tests/InternalServerErrorExceptionTest.php
src/Lunr/Corona/Exceptions/Tests/MethodNotAllowedExceptionBaseTest.php
src/Lunr/Corona/Exceptions/Tests/MethodNotAllowedExceptionTest.php
src/Lunr/Corona/Exceptions/Tests/NotFoundExceptionBaseTest.php
src/Lunr/Corona/Exceptions/Tests/NotFoundExceptionTest.php
src/Lunr/Corona/Exceptions/Tests/NotImplementedExceptionBaseTest.php
This diff has been split across 2 pages: 1 2 >
Loading...