Add daily email for 2024-06-18

Re-learning Behat
This commit is contained in:
Oliver Davies 2024-06-21 22:15:41 +01:00
parent b43072f311
commit fee3dde524

View file

@ -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