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

Test case creation structure #32

Open
danielbrendel opened this issue Jul 23, 2024 · 0 comments
Open

Test case creation structure #32

danielbrendel opened this issue Jul 23, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation improvement Improve an existing feature

Comments

@danielbrendel
Copy link
Owner

Tests need to be created either as Feature or Unit test cases. Therefore the console command to create a test must accept a parameter to specify whether a new test shall be a feature or unit test.

Tests then go either to app/tests/feature or app/tests/unit. This new application structure must be both reflected in the directory and phpunit.xml on the app side of the product.

This allows a better categorization depending on the type of test.

@danielbrendel danielbrendel added documentation Improvements or additions to documentation improvement Improve an existing feature labels Jul 23, 2024
@danielbrendel danielbrendel self-assigned this Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation improvement Improve an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant