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

Integration und Nutzung eines PHP-Testing-Frameworks #2560

Open
error08 opened this issue Jan 9, 2025 · 0 comments
Open

Integration und Nutzung eines PHP-Testing-Frameworks #2560

error08 opened this issue Jan 9, 2025 · 0 comments

Comments

@error08
Copy link
Contributor

error08 commented Jan 9, 2025

Um die Qualität des Codes zu sichern und die Entwicklung effizienter zu gestalten wäre es sinnvoll ein Test-Framework zu nutzen und damit Unit-Tests und Integrationstests zu automatisieren und so sicherzustellen, dass neue Features und Bugfixes keine bestehenden Funktionen beeinträchtigen.

Gerade für neue und ggf. im PHP-Umfeld nicht so erfahrene Entwickler wäre dies sehr hilfreich. Z.B. die grundlegende Nutzung von Testing-Frameworks wie z.B. PHPUnit sind auch in anderen Sprache wie z.B. Java sehr verbreitet.

Die Tests könnten dann auch als Voraussetzung für die Integration eines neuen PRs in den Hauptbranch genutzt werden.

Für Integration-Test mit Drittsystemen wie z.B. Datenbank könnte Test-Containers genutzt werden.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant