Skip to content

Commit

Permalink
qa: optimize a whole bunch of type-inference
Browse files Browse the repository at this point in the history
This also removes plenty of invalid unit tests which verified stuff which should not work rather than verifying stuff what would work.

Signed-off-by: Maximilian Bösing <[email protected]>
  • Loading branch information
boesing committed Apr 20, 2023
1 parent 8a51b5f commit 4845306
Show file tree
Hide file tree
Showing 12 changed files with 398 additions and 669 deletions.
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,15 @@
"composer/package-versions-deprecated": "^1.11.99.5",
"laminas/laminas-cli": "^1.8",
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-container-config-test": "^0.8",
"laminas/laminas-dependency-plugin": "^2.2",
"laminas/laminas-container-config-test": "dev-qa/service-manager-v4",
"lctrs/psalm-psr-container-plugin": "^1.9",
"mikey179/vfsstream": "^1.6.11@alpha",
"friendsofphp/proxy-manager-lts": "^1",
"phpbench/phpbench": "^1.2.7",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.0",
"symfony/console": "^6.0",
"vimeo/psalm": "^5.0.0"
"vimeo/psalm": "5.x-dev"
},
"provide": {
"psr/container-implementation": "^1.0"
Expand Down Expand Up @@ -98,5 +97,11 @@
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
"static-analysis" : "psalm --shepherd --stats"
},
"repositories": {
"container-integration-tests": {
"type": "git",
"url": "https://github.com/boesing/laminas-container-config-test"
}
}
}
Loading

0 comments on commit 4845306

Please sign in to comment.