Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[api] Criar testes unitários para a entidade InscriptionPhaseReview. #605

Open
3 tasks
saracamilo opened this issue Jan 23, 2025 · 0 comments
Open
3 tasks

Comments

@saracamilo
Copy link
Member

WHAT

Precisamos melhorar nossa cobertura de testes da nossa aplicação. Para isso, temos que criar testes unitários automatizados para a entidade /src/Entity/InscriptionPhaseReview.php cobrindo principalmente os métodos getters e setters.

CHECKLIST

  • Identificar os métodos da entidade InscriptionPhaseReview (getters, setters e outros métodos relevantes, por exemplo, toArray).
  • Criar testes unitários cobrindo os métodos getters (os setters já serão testados ao instanciar e setar os dados da entidade)
  • Testar possíveis cenários de falha.

Link para verificar:

https://app.codecov.io/gh/secultce/aurora/blob/main/src%2FEntity%2FInscriptionPhaseReview.php

@saracamilo saracamilo converted this from a draft issue Jan 23, 2025
@alessandrofeitoza alessandrofeitoza moved this from PRODUCT BACKLOG to SPRINT BACKLOG in Aurora Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: SPRINT BACKLOG
Development

No branches or pull requests

1 participant