From ccf96faad037ae16fd3ac557f0000d8eb7df8f22 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 13 Sep 2019 15:00:49 +0100 Subject: [PATCH] Live blogging from SymfonyLive London 2019 --- source/_posts/2019-09-13-live-blogging-symfonylive-london.md | 2 ++ 1 file changed, 2 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 5af95840..f4862013 100644 --- a/source/_posts/2019-09-13-live-blogging-symfonylive-london.md +++ b/source/_posts/2019-09-13-live-blogging-symfonylive-london.md @@ -478,6 +478,8 @@ SPAs are sometimes teh right solution. Why do they want to use it, can the same * class implements `Context`, annotations for `@Given`, `@When`, `@Then`. allows for arguments and regular expressions * Suites: change what code is executed, and what scenarios are executed. context and tags * 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. ## Migrating to Symfony one route at a time (Steve Winter)