文件名称:tournament-exercise
文件大小:42KB
文件格式:ZIP
更新时间:2024-05-06 09:41:54
PHP
UserBalance服务 堆 PHP 8.0 码头工人 任务 请假设您正在编写业务生产就绪代码。 该练习的目的是检查解决问题的能力,因此最终目标不仅是绿色测试,而且是干净的问题现场解决方案。 项目设置 构建环境并初始化作曲家和项目依赖项: make build 安装项目依赖项 composer-install 更新项目依赖项 composer-update 显示过时的项目依存关系 composer-outdated 验证作曲者配置 composer-validate 完整的测试圈 make test 执行测试: tests-unit tests-integration 静态代码分析: make style 代码样式修复程序: make coding-standards-fixer 代码样式检查器(PHP CS Fixer和PHP_CodeSniffer):
【文件预览】:
tournament-exercise-master
----phpmd.xml(958B)
----.gitignore(33B)
----.phan()
--------internal_stubs()
--------config.php(16KB)
----Makefile(4KB)
----src()
--------Swordsman.php(105B)
----default.env(319B)
----composer.json(641B)
----docker-compose.yml(317B)
----ecs.php(619B)
----composer.lock(261KB)
----README.md(1KB)
----phpunit.xml(505B)
----.docker()
--------php8.0-dev()
----phpstan.neon(342B)
----psalm.xml(2KB)
----test()
--------Integration()
--------bootstrap.php(74B)