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

refactor: implementing Laravel's model binding on student.modality #336

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ivanlegranbizarro
Copy link
Collaborator

No description provided.

@ivanlegranbizarro ivanlegranbizarro added the Dreaming of a better world Changes you want to implement to make your project better label Oct 19, 2024
@ivanlegranbizarro ivanlegranbizarro self-assigned this Oct 19, 2024
@ivanlegranbizarro ivanlegranbizarro linked an issue Oct 19, 2024 that may be closed by this pull request
@ivanlegranbizarro ivanlegranbizarro force-pushed the be-refactor-studentmodality-endpoint branch from 4595d6b to 519a36b Compare October 19, 2024 23:06
Copy link
Collaborator

@jordimorillo jordimorillo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove that underscore in the test


class StudentModalityControllerTest extends TestCase
{
use DatabaseTransactions;

public function testStudentModalityControllerReturns_200StatusForValidStudentUuidWithModality():void
public function testStudentModalityControllerReturns_200StatusForValidStudentUuidWithModality(): void
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove the underscore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dreaming of a better world Changes you want to implement to make your project better
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BE] Refactor: 'student.modality' Endpoint
3 participants