From 7e689ca3375e2761b4fea83c41edabbd5826ce86 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 5 Jun 2018 09:23:50 +0100 Subject: [PATCH] Add Drupal Somerset talk --- source/_talks/tdd-test-driven-drupal.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_talks/tdd-test-driven-drupal.md b/source/_talks/tdd-test-driven-drupal.md index 93d76eb6..10f2beb1 100644 --- a/source/_talks/tdd-test-driven-drupal.md +++ b/source/_talks/tdd-test-driven-drupal.md @@ -27,6 +27,8 @@ events: time: '12:00 - 12:40' - event: drupal-bristol date: '2017-11-22' + - event: drupal-somerset + date: '2018-06-14' --- Testing is important. Why? It allows developers to add new features and edit and refactor existing code without the worry of adding regressions, reduces the reliance on manual testing to discover bugs, and by taking a test driven approach, your implementation code is leaner as you only write what is needed for your tests to pass.