Skip to content

Commit

Permalink
Add smoketest parameters services file
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Dec 12, 2023
1 parent 8a5f53e commit 1610a5e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions config/services_smoketest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
services:
_defaults:
autowire: true
autoconfigure: true

Surfnet\Gssp\Test\Features\Context\WebContext:
public: true
arguments:
- "@kernel"

Dev\:
resource: '../dev/*'
exclude: '../dev/{DependencyInjection,Entity,Migrations,Tests,Kernel.php}'

# controllers are imported separately to make sure services can be injected
# as action arguments even if you don't extend any base controller class
Dev\Controller\:
resource: '../dev/Controller'
tags: [ 'controller.service_arguments' ]

0 comments on commit 1610a5e

Please sign in to comment.