webnitros / testing
v1.0.4
2022-11-06 08:44 UTC
Requires
- php: >=7.0.0
- guzzlehttp/guzzle: ~6.5.5
- illuminate/cookie: ^8.83
- illuminate/http: ^8.83
- illuminate/routing: ^8.83
- illuminate/testing: ^8.83
- symfony/event-dispatcher: ^5.4
- symfony/http-kernel: ^5.4
- symfony/routing: ^5.4
Requires (Dev)
- mockery/mockery: ^1.4
- phpunit/phpunit: 9.*
- roave/infection-static-analysis-plugin: ^1.18
- roave/security-advisories: dev-latest
- spatie/phpunit-watcher: ^1.23
- vimeo/psalm: ^4.22
README
用于创建composer包的模板
关于容器化处理 https://itnan.ru/post.php?c=1&p=331982
对于mac
工具
brew install gh
通过gh工具与标签一起发布新版本
gh release create "v0.0.8" --generate-notes
设置文件夹
在phpStorm中设置"目录"以用于文件夹
src = App\ tests = Tests\
在composer.json中的连接
{ "repositories": [ { "type": "vcs", "url": "https://github.com/webnitros/app" } ], "require": { "webnitros/app": "^1.0.0" } }
phpunit
在phpunit.xml文件中设置env变量的值