Add support for PHP 8.4, Upgrade PHPUnit to 10.x, remove Prophecy dependency and improve unit tests #406
continuous-integration.yml
on: pull_request
ci
/
Generate job matrix
10s
Matrix: ci / QA Checks
Annotations
3 errors
ci / QA Checks (PHPUnit [8.4, latest], ubuntu-latest, laminas/laminas-continuous-integration-action@v1...:
test/Application/ControllerIsDispatchedTest.php#L17
Failed asserting that '' contains "PathController".
|
ci / QA Checks (PHPUnit [8.4, latest], ubuntu-latest, laminas/laminas-continuous-integration-action@v1...:
test/Application/ExceptionsRaisedInDispatchableShouldRaiseDispatchErrorEventTest.php#L29
Failed asserting that 'Service with name "bad" could not be created. Reason: Laminas\Mvc\Controller\AbstractController::dispatch(): Implicitly marking parameter $response as nullable is deprecated, the explicit nullable type must be used instead' contains "Raised an exception".
|
ci / QA Checks (PHPUnit [8.4, latest], ubuntu-latest, laminas/laminas-continuous-integration-action@v1...:
test/ApplicationTest.php#L403
Failed asserting that 'Service with name "bad" could not be created. Reason: Laminas\Mvc\Controller\AbstractController::dispatch(): Implicitly marking parameter $response as nullable is deprecated, the explicit nullable type must be used instead' contains "Raised an error".
|