These sessions have concentrated on using PHPUnit and tools that are bundled with it. There are definitely more tools out there that you can use! With an understanding of the basics, you can evaluate other testing tools to see if they are a better fit for you.

By the end of this session you will have learned the following:

Unit tests vs. integration tests vs. functional tests
phpspec
Codeception
atoun
Kahlan

Comments

Comments are closed.

David Sutphin at 17:01 on 23 May 2019

Good overview of tools and techniques you could use to test your PHP code.