From 03bd0f10543820d5aed25477dbf42a4e4f1141c1 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 15 May 2018 13:18:24 +0100 Subject: [PATCH] Add items --- source/test-driven-drupal.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/test-driven-drupal.md b/source/test-driven-drupal.md index c4d16da6..06274eeb 100644 --- a/source/test-driven-drupal.md +++ b/source/test-driven-drupal.md @@ -11,10 +11,13 @@ I’m still thinking about what use-cases to cover and examples to include, but - What things to test, and what not to test - The different types of available tests, and when to use each - How to write testable code +- What happens when I run a test? - How to run tests in the Drupal UI - How to run tests with the `run-tests.sh` script - How to install, configure and run tests with PHPUnit in Drupal 8 +- Viewing HTML from run tests - How to write your first test +- Debugging tests - How to organise your test files - Selecting the right base class and using test traits - Writing your own base test classes, traits and assertions