faisalrehmanid/fr-service-response

此库提供了简单的服务响应接口 FR\ServiceResponse\ServiceResponseInterface 实现

1.0.0 2021-07-06 13:57 UTC

This package is auto-updated.

Last update: 2024-09-06 20:50:06 UTC


README

此库提供了简单的服务响应接口 FR\\ServiceResponse\\ServiceResponseInterface 实现

执行 PHPUnit 测试

  1. 指向 /vendor/bin 目录 cd ./vendor/bin
  2. 执行 PHPUnit 测试:phpunit --configuration ./../../tests/phpunit.xml
  3. 检查 PHPUnit 版本:phpunit --version