Diferencia entre revisiones de «Testing en Symfony»
Ir a la navegación
Ir a la búsqueda
(feat: add Testing en Symfony) |
|||
Línea 4: | Línea 4: | ||
* Pagina oficial de Testing en Symfony: [https://symfony.com/doc/6.4/testing.html EN] | * Pagina oficial de Testing en Symfony: [https://symfony.com/doc/6.4/testing.html EN] | ||
* Documentación oficial de PHPUnit: [https://docs.phpunit.de/en EN] | |||
== General == | == General == |
Revisión actual - 14:21 24 ago 2024
Descripción
Recursos
General
- Unit Tests
- Integration Tests
- Application Tests
- Uso de PHPUnit en Symfony