Skip to content

github action

github action #2

Triggered via pull request December 18, 2023 19:45
Status Failure
Total duration 25s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
phpstan: src/PresenterTester.php#L63
Access to an undefined property Helbrary\NetteTesterExtension\PresenterTester::$presenterName.
phpstan: src/PresenterTester.php#L65
Access to an undefined property Nette\Application\IPresenter::$user.
phpstan: src/PresenterTester.php#L67
Access to an undefined property Nette\Application\IPresenter::$user.
phpstan: src/PresenterTester.php#L69
Access to an undefined property Nette\Application\IPresenter::$user.
phpstan: src/PresenterTester.php#L72
Access to an undefined property Nette\Application\IPresenter::$user.
phpstan: src/PresenterTester.php#L74
Access to an undefined property Helbrary\NetteTesterExtension\PresenterTester::$presenterName.
phpstan: src/PresenterTester.php#L77
Class Helbrary\NetteTesterExtension\TextResponse not found.
phpstan: src/PresenterTester.php#L78
Call to method getSource() on an unknown class Helbrary\NetteTesterExtension\TextResponse.
phpstan: src/PresenterTester.php#L79
Call to method getSource() on an unknown class Helbrary\NetteTesterExtension\TextResponse.
phpstan: src/PresenterTester.php#L82
Method Helbrary\NetteTesterExtension\PresenterTester::sendRequest() should return Nette\Application\IResponse but returns Nette\Application\Response.
phpstan
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/