17 lines
347 B
YAML
17 lines
347 B
YAML
default:
|
|
suites:
|
|
default:
|
|
contexts:
|
|
- Tests\Behat\Hook\DatabasePurger
|
|
paths:
|
|
- tests/Behat/features
|
|
|
|
formatters:
|
|
progress: true
|
|
|
|
extensions:
|
|
FriendsOfBehat\SymfonyExtension:
|
|
bootstrap: tests/bootstrap.php
|
|
kernel:
|
|
class: Basango\SharedKernel\Infrastructure\Framework\Symfony\Kernel
|