When it comes to testing, you might immediately thing about unit tests. Of course, we've got you covered then:
{% page-ref page="php-unit.md" %}
Even though unit tests are definitely great, you might want to do some end-to-end testing, which is covered here:
{% page-ref page="end-to-end-testing.md" %}