From d06394b0aa83edd92ec62ee075f61865a9d2acf6 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 13 Sep 2019 15:02:55 +0100 Subject: [PATCH] Live blogging from SymfonyLive London 2019 --- source/_posts/2019-09-13-live-blogging-symfonylive-london.md | 5 +++++ 1 file changed, 5 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 f48620131..8d16403de 100644 --- a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md +++ b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md @@ -480,6 +480,11 @@ SPAs are sometimes teh right solution. Why do they want to use it, can the same * FriendsOfBehat SymfonyExtension - integrates Behat with Symfony - Contexts registered as Symfony services - inject dependencies, service as a context in Behat. Need to be 'public' for it to work - Reduces boilerplate code. Supports autowiring. + - Zero configuration + +### Domain context +* Given verb matches `@Given` annotation +* Transformers, type hint name string, return Client instance ## Migrating to Symfony one route at a time (Steve Winter)