Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 318 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 318 Bytes

Testing

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" %}