simple_bank_rest_api
1.0.0
数据库存储是使用 sqlite 和中间件完成的,用于展示像银行一样允许多少交易/金额的限制。
composer install
。 Composer 安装说明.env file
后运行php artisan key:generate
php artisan serve
来为应用程序提供服务可用端点
路径simple_bank_rest_apitestsHttpApiTest.php
vendor/bin/phpunit
vendorbinphpunit --coverage-html testsreports
。打开该文件夹,可以在浏览器中打开index.html file
,查看测试时覆盖了多少行代码。