Skip to content

Instantly share code, notes, and snippets.

View Deuchnord's full-sized avatar
🐛
Implementing bugs of a new kind

Deuchnord Deuchnord

🐛
Implementing bugs of a new kind
View GitHub Profile
@chrisshennan
chrisshennan / Cas\Behat\Resources\services.yml
Last active February 8, 2023 16:12
Test an email has been sent using behat and the Symfony web profiler
services:
mink.context:
class: 'Behat\MinkExtension\Context\MinkContext'
calls:
- [setMink, ['@__behat__.mink']]
tags:
- { name: fob.context_service }
dashboard.features_context.profiler_context:
class: DashboardBundle\Features\Context\ProfilerContext