From d5d6f57de1565990c8e679ef68fcd48a2c656b20 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 7 Nov 2017 08:42:25 +0000 Subject: [PATCH] Add example phpunit.xml link --- source/_posts/2017-11-07-tdd-test-driven-drupal.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_posts/2017-11-07-tdd-test-driven-drupal.md b/source/_posts/2017-11-07-tdd-test-driven-drupal.md index 537f75984..dbf9846e2 100644 --- a/source/_posts/2017-11-07-tdd-test-driven-drupal.md +++ b/source/_posts/2017-11-07-tdd-test-driven-drupal.md @@ -17,7 +17,7 @@ I recently gave a [talk on automated testing in Drupal][0] talk at [DrupalCamp D ## Prerequisites -You have created a `core/phpunit.xml` file based on `core/phpunit.xml.dist`, and populated it with your database credentials so that PHPUnit can bootstrap the Drupal database as part of the tests. +You have created a `core/phpunit.xml` file based on `core/phpunit.xml.dist`, and populated it with your database credentials so that PHPUnit can bootstrap the Drupal database as part of the tests. [Here is an example][5]. ## Acceptance Criteria @@ -577,3 +577,4 @@ I’ve started looking into whether some of the tests can be rewritten as kernel [2]: https://github.com/opdavies/tdd_dublin [3]: https://packagist.org/packages/tightenco/collect [4]: http://php.net/manual/en/function.array-column.php +[5]: https://gist.github.com/opdavies/dc5f0cea46ccd349b34a9f3a463c14bb