From 9d0a95df841d30c14413c8e3349db1df97c667d5 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 13 Sep 2019 14:57:12 +0100 Subject: [PATCH] Live blogging from SymfonyLive London 2019 --- source/_posts/2019-09-13-live-blogging-symfonylive-london.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md index 0aa1b721..986e26a7 100644 --- a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md +++ b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md @@ -472,6 +472,9 @@ SPAs are sometimes teh right solution. Why do they want to use it, can the same ### Behat * Used to automate and execute BDD tests, also SpecDDD +* maps steps to PHP code +* Given a context, when an event, then an outcome +* Domain Context, API context ## Migrating to Symfony one route at a time (Steve Winter)