Live blogging from SymfonyLive London 2019

This commit is contained in:
Oliver Davies 2019-09-13 14:48:46 +01:00
parent dab97a11aa
commit 988d7b2e13

View file

@ -446,8 +446,7 @@ SPAs are sometimes teh right solution. Why do they want to use it, can the same
- When I visit '/flight/LTN-WAW' - When I visit '/flight/LTN-WAW'
- Then I should be on '/flight/LTN-WAW' - Then I should be on '/flight/LTN-WAW'
- Add I should see "Your flight has been booked." in "#result" - Add I should see "Your flight has been booked." in "#result"
* In the BDD way - what is the business logic? What is the value for this scenario? What is the reason 'why', and who benefits from this?
In the BDD way - what is the business logic? What is the value for this scenario?
## Migrating to Symfony one route at a time (Steve Winter) ## Migrating to Symfony one route at a time (Steve Winter)