Skip to content

Commit

Permalink
Registriere den TestController als Service
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianSchmick authored Apr 23, 2024
1 parent ddfdd4f commit 0399110
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/Fixtures/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ webfactory_shortcode:
description: "Description for the 'test-shortcode-guide' shortcode"
example: "test-shortcode-guide test=true"
test-config-invalid-controller: 'Foo\Bar::baz'

services:
Webfactory\ShortcodeBundle\Tests\Fixtures\Controller\:
resource: '../Controller/'
tags: [ 'controller.service_arguments' ]

0 comments on commit 0399110

Please sign in to comment.