We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
when@test
1 parent 5519105 commit 31f61fbCopy full SHA for 31f61fb
config/routes/framework.yaml
@@ -2,3 +2,12 @@ when@dev:
2
_errors:
3
resource: '@FrameworkBundle/Resources/config/routing/errors.xml'
4
prefix: /_error
5
+
6
+when@test:
7
+ test_controllers:
8
+ resource: '../../tests/E2E/Rest/Traits/Actions/src/'
9
+ type: attribute
10
11
+ test_life_cycle_controllers:
12
+ resource: '../../tests/E2E/Rest/src/Controller'
13
config/routes/test/tests.yaml
0 commit comments