Added consultation_user_terms table #321
test-cc.yml
on: pull_request
phpunit-code-coverage
1m 55s
Annotations
10 errors and 2 warnings
phpunit-code-coverage:
tests/APIs/ConsultationApiTest.php#L241
Expected response status code [200] but received 422.
Failed asserting that 200 is identical to 422.
The following errors occurred during the last request:
{
"message": "The executed at field is required.",
"errors": {
"executed_at": [
"The executed at field is required."
]
}
}
|
phpunit-code-coverage:
tests/APIs/ConsultationChangeTermTest.php#L45
Expected response status code [200] but received 302.
Failed asserting that 200 is identical to 302.
The following errors occurred during the last request:
The term field is required.
|
phpunit-code-coverage:
tests/APIs/ConsultationChangeTermTest.php#L61
Expected response status code [200] but received 302.
Failed asserting that 200 is identical to 302.
The following errors occurred during the last request:
The term field is required.
|
phpunit-code-coverage:
tests/APIs/ConsultationGenerateJitsiTest.php#L73
Expected response status code [200] but received 422.
Failed asserting that 200 is identical to 422.
The following errors occurred during the last request:
{
"message": "The term field is required.",
"errors": {
"term": [
"The term field is required."
]
}
}
|
phpunit-code-coverage:
tests/APIs/ConsultationGenerateJitsiTest.php#L95
Expected response status code [404] but received 422.
Failed asserting that 404 is identical to 422.
The following errors occurred during the last request:
{
"message": "The term field is required.",
"errors": {
"term": [
"The term field is required."
]
}
}
|
phpunit-code-coverage:
tests/APIs/ConsultationGenerateJitsiTest.php#L103
Expected response status code [404] but received 422.
Failed asserting that 404 is identical to 422.
The following errors occurred during the last request:
{
"message": "The term field is required.",
"errors": {
"term": [
"The term field is required."
]
}
}
|
phpunit-code-coverage:
tests/APIs/ConsultationReportTermTest.php#L56
Failed asserting that false is true.
|
phpunit-code-coverage:
tests/APIs/ConsultationReportTermTest.php#L78
Property [message] was marked as invalid using a closure.
Failed asserting that false is true.
|
phpunit-code-coverage:
tests/APIs/ConsultationReportTermTest.php#L111
Failed asserting that false is true.
|
phpunit-code-coverage:
tests/APIs/ConsultationReportTermTest.php#L139
Expected response status code [400] but received 200.
Failed asserting that 400 is identical to 200.
|
phpunit-code-coverage
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/
|
phpunit-code-coverage
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|