-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.yml
29 lines (28 loc) · 1.2 KB
/
behat.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
default:
suites:
default:
paths:
- '%paths.base%/tests/Feature'
contexts:
# Executors
- TypeLang\Mapper\Tests\Context\Assert\TypeCastAssertions
- TypeLang\Mapper\Tests\Context\Assert\TypeMatchAssertions
- TypeLang\Mapper\Tests\Context\Assert\TypeStatementAssertions
- TypeLang\Mapper\Tests\Context\Assert\ValueAssertions
# Providers
- TypeLang\Mapper\Tests\Context\Provider\ConfigurationContext
- TypeLang\Mapper\Tests\Context\Provider\MappingContext
- TypeLang\Mapper\Tests\Context\Provider\MetadataContext
- TypeLang\Mapper\Tests\Context\Provider\PlatformContext
- TypeLang\Mapper\Tests\Context\Provider\TypeContext
- TypeLang\Mapper\Tests\Context\Provider\TypeContext\EnumTypeContext
- TypeLang\Mapper\Tests\Context\Provider\TypeParserContext
- TypeLang\Mapper\Tests\Context\Provider\TypeRepositoryContext
# Utils
- TypeLang\Mapper\Tests\Context\Support\VarDumperContext
- TypeLang\Mapper\Tests\Context\Support\MarkersContext
extensions:
TypeLang\Mapper\Tests\Extension\ContextArgumentTransformerExtension:
capture:
start: '{{'
end: '}}'