From 67bfe5c4c2f430f0cdd7707b371a0758c9d7191f Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 19 Apr 2018 23:33:58 +0100 Subject: [PATCH] Add sample code link --- source/_talks/2017-03-04-tdd-test-driven-drupal.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/source/_talks/2017-03-04-tdd-test-driven-drupal.md b/source/_talks/2017-03-04-tdd-test-driven-drupal.md index 75964613..64c40a2e 100644 --- a/source/_talks/2017-03-04-tdd-test-driven-drupal.md +++ b/source/_talks/2017-03-04-tdd-test-driven-drupal.md @@ -22,4 +22,11 @@ Drupal 7 includes the SimpleTest module for unit and functional testing, whilst In this talk, we’ll cover the methodology and terminology involved with automated testing, and then take a test driven approach to creating a new Drupal module. -Presented at [DrupalCamp London](https://drupalcamp.london), [DrupalCamp Dublin](http://2017.drupal.ie) and the [Drupal Bristol](https://www.drupalbristol.org.uk) user group in 2017. +Presented at [DrupalCamp London][1], [DrupalCamp Dublin][2] and the [Drupal Bristol][3] user group in 2017. + +The example code is available on [GitHub][0]. The 8.x-1.x branch contains the original code from the presentation which uses functional tests. The 8.x-2.x branch contains the refactored code that instead uses kernel tests. + +[0]: https://github.com/opdavies/drupal-module-tdd-dublin +[1]: https://drupalcamp.london +[2]: http://2017.drupal.ie +[3]: https://www.drupalbristol.org.uk