Skip to content

Add test for time formatting #653

Add test for time formatting

Add test for time formatting #653

Triggered via push December 27, 2023 20:24
Status Failure
Total duration 2m 16s
Artifacts

ci.yml

on: push
jest
27s
jest
Browser Acceptance
1m 40s
Browser Acceptance
flutter-test
2m 6s
flutter-test
Coding Standard & Static Analysis
42s
Coding Standard & Static Analysis
Matrix: phpunit
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
PossiblyNullReference: src/Model/Entity/CalendarItem.php#L93
src/Model/Entity/CalendarItem.php:93:41: PossiblyNullReference: Cannot call method setTimezone on possibly null value (see https://psalm.dev/083)
PossiblyNullReference: src/Model/Entity/CalendarItem.php#L96
src/Model/Entity/CalendarItem.php:96:24: PossiblyNullReference: Cannot call method format on possibly null value (see https://psalm.dev/083)
PossiblyNullReference: src/Model/Entity/CalendarItem.php#L105
src/Model/Entity/CalendarItem.php:105:41: PossiblyNullReference: Cannot call method setTimezone on possibly null value (see https://psalm.dev/083)
PossiblyUndefinedVariable: src/Model/Entity/CalendarItem.php#L108
src/Model/Entity/CalendarItem.php:108:16: PossiblyUndefinedVariable: Possibly undefined variable $start, first seen on line 105 (see https://psalm.dev/018)
Coding Standard & Static Analysis
Process completed with exit code 2.
flutter-test
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/