文件名称:审核员:审核员是源代码审核工具
文件大小:88KB
文件格式:ZIP
更新时间:2024-02-22 07:48:04
auditing code-analysis code-review CodereviewPHP
审计师 要求 // 去做 API 怎么跑 $: cd api $: composer install --dev ; setup configuration for database migration $: vim phinx.yml ; execute database migrations $: vendor/bin/phinx migrate -e development ; database seeds $: vendor/bin/phinx seed:run ; run development webserver $: php bin/console server:run 有用的脚本 ; run all test executed by Travis CI ; ./travis.sh ; generate mappings from database to entity $: php bin/console doctrine:mapping:import AuditorBundle yml ; check mappings, should be OK $: php bin/