If you are a PHP developer and you want to learn how to write better code, with fewer bugs, you will need to know how to write unit tests.
Learn how to unit test your PHP code using the PHPUnit testing framework.
Learn what unit tests are
Learn how to write unit tests using PHPUnit
Build a test suite for PHP functions and classes
Make test methods dependent on each other
Use test doubles: mocks and stubs, including how to use Mockery
Learn how and why you should use dependency injection
Learn test–driven development (TDD)
Learn how to test protected and private methods and properties (and whether you actually should or not!)
Learn how to test abstract classes
A skill that will enable you to write higher quality code, in a shorter time, with better documentation and fewer bugs.
Learning how to write unit tests for your code will make you write better code. With automated tests, you can find bugs more easily, and if you break something you’ll notice straight away.
Many experienced developers write unit tests for their code. It’s a repeatable way of checking that the code works as intended, and also serves as documentation. Many popular PHP projects are unit tested, such as WordPress and Moodle, and if you use frameworks such as Laravel or Symfony, these provide tight integration with the PHPUnit testing framework.
Instructor Details
Courses : 7
Specification: PHP Unit Testing with PHPUnit
|
17 reviews for PHP Unit Testing with PHPUnit
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $17.99 |
---|---|
Provider | |
Duration | 2.5 hours |
Year | 2019 |
Level | Intermediate |
Language | English |
Certificate | Yes |
Quizzes | Yes |
$99.99 $17.99
Xuan Gui –
The examples for test doubles are not practical.
Nikita White –
I liked this course a lot. Author has perfect pronunciation and nice voice. Each video is concise, there is no wandering around, only pure useful facts about PHPUnit Testing. This course helped me to understand disadvantages of using static methods. Also I learned how to use Mockery testing framework. I would happy to see another courses of this talanted author!
Ivan Atanasov Andonov –
Very good! 🙂
Arnis –
Little bit too simply and short course, would be great to have it in deatails for the same price.
Thais –
So far very very beginner level
Peixoto –
It has a great course, I learned more than expected and I liked how the classes were presented.
Nas Be –
i was totally noob in phpunit and this course covers all we have to know to start producing tests on our own.
Gherardo Bertini –
I liked this course! Very clear explanation.
David Spitzley –
Looks good so far, but I’ve barely dipped my toes in.
Alejandro Tadeo –
I’ve learned and enjoyed a lot with this great course, Thanks Dave!
Javier Sanchis –
Bien explicado.
Daniel Gray –
Alot of good tips and tricks to use 🙂
Paul –
Dave’s courses are the best on Udemy, I have a done a few now. His MVC course transformed my programming knowledge and ability. This course is a perfect complement to be able to test your code to help speed along development.
Mois s Eduardo Vel squez Oliva –
Simplemente genial! La ayuda que brinda el instructor sobre todo en la retroalimentaci n de las evaluaciones al final de cada secci n es de sumo impacto.
Ralf Siepker –
Good introduction into unit testing.
Senn Lee –
I would like to rate this course at 4.75, not perfect in the sense that this content is more into PHP unit testing as opposed to unit testing of various situation using PHP. Application development often involves with a database. Developers have to depend on logs to sort out update conflicts, timestamps gap, multiple updates timeout, or database not available when it is up and running. Good discussion on class, objects and properties test cases.
Alex Eckensweiler –
Overall, very informative and easy to follow along with