Skip to content

Commit

Permalink
Add symfony/browser-kit for controller tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusstoerrle committed Sep 7, 2024
1 parent 76c5147 commit 9acb718
Show file tree
Hide file tree
Showing 3 changed files with 271 additions and 1 deletion.
2 changes: 2 additions & 0 deletions webservice/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@
"phpstan/phpstan-strict-rules": "^1.6",
"phpstan/phpstan-symfony": "^1.4",
"phpunit/phpunit": "^10.5",
"symfony/browser-kit": "7.1.*",
"symfony/css-selector": "7.1.*",
"symfony/debug-bundle": "7.1.*",
"symfony/stopwatch": "7.1.*",
"symfony/web-profiler-bundle": "7.1.*"
Expand Down
269 changes: 268 additions & 1 deletion webservice/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions webservice/phpunit.dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<ini name="display_errors" value="1" />
<ini name="error_reporting" value="-1" />
<server name="APP_ENV" value="test" force="true" />
<server name="KERNEL_CLASS" value="App\Kernel" />
<server name="SHELL_VERBOSITY" value="-1" />
</php>

Expand Down

0 comments on commit 9acb718

Please sign in to comment.