mirror of
https://github.com/flextype/flextype.git
synced 2025-08-22 12:53:05 +02:00
fix(tests): fixes for tests
This commit is contained in:
6
tests/fixtures/settings/settings.yaml
vendored
6
tests/fixtures/settings/settings.yaml
vendored
@@ -725,6 +725,12 @@ parsers:
|
||||
url:
|
||||
enabled: true
|
||||
class: "Flextype\\Parsers\\Expressions\\UrlExpression"
|
||||
when:
|
||||
enabled: true
|
||||
class: "Flextype\\Parsers\\Expressions\\WhenExpression"
|
||||
unless:
|
||||
enabled: true
|
||||
class: "Flextype\\Parsers\\Expressions\\UnlessExpression"
|
||||
|
||||
# CORS
|
||||
#
|
||||
|
Reference in New Issue
Block a user