From fee3dde5241ff25db594a492acffad10ae88664c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 21 Jun 2024 22:15:41 +0100 Subject: [PATCH] Add daily email for 2024-06-18 Re-learning Behat --- source/_daily_emails/2024-06-18.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 source/_daily_emails/2024-06-18.md diff --git a/source/_daily_emails/2024-06-18.md b/source/_daily_emails/2024-06-18.md new file mode 100644 index 000000000..8db3c60c5 --- /dev/null +++ b/source/_daily_emails/2024-06-18.md @@ -0,0 +1,30 @@ +--- +title: Re-learning Behat +date: 2024-06-18 +permalink: daily/2024/06/18/re-learning-behat +tags: + - software-development + - drupal + - php + - automated-testing + - test-driven-development + - behat +cta: ~ +snippet: | + A few months ago, I started re-learning Behat whilst live streaming. +--- + +A few months ago, I started doing some [live coding sessions on YouTube][0] again. + +As well as [writing automated tests for the Content Access by Path module][1], I [started to re-learn Behat][2] - a behavioural testing tool for PHP. + +I've used Behat before but mainly use PHPUnit in Drupal to write my automated tests, so I thought I'd try it again in my [Build Configs][3] tool written in Symfony. + +In that stream, I was able to install it, do some research to refresh my memory, and get some initial tests running. + +I've been busy finishing some client development projects recently (and still have some availability for Q3 projects), but I will pick up the live streaming again soon! + +[0]: https://www.youtube.com/@opdavies/livhttps://www.youtube.com/watch?v=Wlkcf1PLWN8e +[1]: {{site.url}}/archive/2024/03/16/adding-tests-to-the-content-access-by-path-module +[2]: https://www.youtube.com/watch?v=Wlkcf1PLWN8 +[3]: {{site.url}}/build-configs