PHPUnit: ¡Pruebas Unitarias con un Bocado!
Become a super-hero in unit testing with PHPUnit! Learn test doubles, handling exceptions, and Test-Driven-Development.
- 1834 students
- EN/ES Captions
- EN/ES Script
- Certificate of Completion
Your Guides
About this course
Espera, ¿¡alguien ha construido OTRO parque de dinosaurios con CERO pruebas!? Ya he visto esta película y depende de nosotros: añadir un rico conjunto de pruebas antes de que los dinos vengan por nosotros...
Pero en serio: las pruebas son geniales. No sólo es una herramienta para evitar errores, sino también una filosofía de desarrollo que puede ayudarte a escribir un código más centrado en lo que realmente quieres construir
En este tutorial, te llevaremos al nivel de superhéroe de las pruebas unitarias, incluyendo
- Pruebas unitarias básicas
- Test-Driven-Development: cómo hacerlo, cuándo hacerlo
- Uso de proveedores de datos para ejecutar pruebas una y otra vez con diferentes entradas
- Mocking y Test doubles! Creación de mocks en PHPUnit
- El ejecutable de PHPUnit y su configuración
- Pruebas de excepciones
¿Qué pasa con las pruebas de "integración" y "funcionales"? ¡Permanece atento a los próximos tutoriales de esta serie!
Next courses in the Testing: Beginner Testing section of the Testing Track!
8 Comments
Hey Vincent-amstz,
No plans to update the Behat course soon, though we recently added a lot of notes to it to make it work on Symfony 5. The notes are places in the videos of the course and in the course scripts below the video as well. Also, we wrote the whole blog post explaining how to set it up correctly on Symfony 5, you can check it out here: https://symfonycasts.com/blog/behat-symfony - this should help to set it up on Symfony 5+, so in theory, it should also work for Symfony 6. We use Behat on the SymfonyCasts project, and we're on Symfony 6.1 now, so we upgraded without major problems and Behat still works for us.
So in short, the only problem with Behat on Symfony 5+ versions is setting it up and configuring properly to make it work. As soon as you were able to do this - it should work well and the concepts we're teaching in https://symfonycasts.com/screencast/behat are still valid for today.
But in case you get stuck following that course on the newest Symfony 6 version - let us know in the comments below the video or in that blog post and we will help you! I hope this helps :)
Cheers!
Thank you for this awesome course! I thought testing was scary, but as I follow the tutorials and finish it, I guess now the dinosaurs are scarier than writing tests
Haha, thanks for the great feedback, we are happy that you learned to not touch hungry Dino ;)
Sorry but can't share any details yet. Keep watching updates!
Thanks for your feedback, stay tuned more interesting courses are coming!
Thanks for this awesome course! Will Behat be updated soon?