16 lines
364 B
YAML
16 lines
364 B
YAML
services:
|
|
_defaults:
|
|
autowire: true
|
|
autoconfigure: true
|
|
|
|
KupShop\ProxyCacheBundle\:
|
|
resource: ../../{EventListener,Inspection}
|
|
|
|
KupShop\ProxyCacheBundle\Command\CookiesFunctionalityTestCommand:
|
|
tags:
|
|
- { name: console.command }
|
|
|
|
KupShop\ProxyCacheBundle\Util\CookiesFunctionalityTest:
|
|
arguments:
|
|
$domains: '%shop.domains%'
|