Skip to content

Commit

Permalink
Feature/controller test helper (#71)
Browse files Browse the repository at this point in the history
* Add beginnings of ControllerInvoker

* Restructure, rename for logical consistency

* Fix several static analysis issues

* Remove league/plates until ready to integrate completely
  • Loading branch information
cspray authored Feb 18, 2024
1 parent 3a3c8f8 commit 3be9e9d
Show file tree
Hide file tree
Showing 68 changed files with 953 additions and 500 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"cspray/labrador-coding-standard": "0.1.0",
"cspray/stream-buffer-intercept": "^0.1.0",
"mikey179/vfsstream": "^1.6",
"mockery/mockery": "^1.6",
"phpunit/phpunit": "^9.5",
"psalm/phar": "^5.0",
"roave/security-advisories": "dev-latest"
Expand All @@ -48,7 +49,7 @@
"autoload-dev": {
"psr-4": {
"Labrador\\Test\\": "test",
"Labrador\\DummyApp\\": "dummy_app"
"Labrador\\DummyApp\\": "dummy_app/src"
}
},
"extra": {
Expand Down
Loading

0 comments on commit 3be9e9d

Please sign in to comment.