faisalrehmanid/fr-service-response

This library provide simple service response interface `FR\ServiceResponse\ServiceResponseInterface` implementation

1.0.0 2021-07-06 13:57 UTC

This package is auto-updated.

Last update: 2024-05-06 20:01:44 UTC


README

This library provide simple service response interface FR\\ServiceResponse\\ServiceResponseInterface implementation

To execute PHPUnit tests

  1. Point to /vendor/bin dir cd ./vendor/bin
  2. Execute PHPUnit tests: phpunit --configuration ./../../tests/phpunit.xml
  3. To check phpunit version: phpunit --version