Skip to content

Commit

Permalink
Adds a container integration test
Browse files Browse the repository at this point in the history
This test case ensures that a configured container can return everything declared by the config provider.

Signed-off-by: George Steel <george@net-glue.co.uk>
  • Loading branch information
gsteel committed Mar 28, 2023
1 parent a1c940a commit ffd5b43
Show file tree
Hide file tree
Showing 3 changed files with 282 additions and 39 deletions.
5 changes: 3 additions & 2 deletions composer.json
Expand Up @@ -50,10 +50,11 @@
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-diactoros": "^2.24",
"laminas/laminas-servicemanager": "^3.20.0",
"laminas/laminas-stratigility": "^3.9.0",
"phpunit/phpunit": "^10.0.12",
"phpunit/phpunit": "^10.0.19",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.7.7"
"vimeo/psalm": "^5.8"
},
"suggest": {
"mezzio/mezzio-aurarouter": "^3.0 to use the Aura.Router routing adapter",
Expand Down
217 changes: 180 additions & 37 deletions composer.lock

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

0 comments on commit ffd5b43

Please sign in to comment.