Testing techniques

Tools used for testing

We are using the following tools for the test techniques:

PHPUnit in Drupal

Execute and write tests using Drupal's implementation of PHPUnit.

PHPUnit was added to Drupal 8 and is the standard for testing Drupal 8+.

It is highly recommended to read the official PHPUnit documentation. In particular, the list of assertions to learn what assertion to use.

Subscribe with RSS Subscribe to RSS - Unit testing Drupal 8