Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Commit

Permalink
Just a note on how to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spaze committed May 30, 2020
1 parent 7b7df88 commit d63fcf6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ $vatCalculator->isValidVatNumber('NL123456789B01');
- [Get the IP based country of your user](#get-ip-based-country)
- [Countries](#countries)
- [License](#license)
- [Contributing](#contributing)

<a name="installation"></a>
## Installation
Expand Down Expand Up @@ -154,3 +155,7 @@ $vatCalculator = new VatCalculator($vatRates);
<a name="license"></a>
## License
This library is licensed under the MIT license. Please see [License file](LICENSE.md) for more information.

<a name="contributing"></a>
## Contributing
Run PHPUnit tests with `composer test`, see `scripts` in `composer.json`. Tests are also run on GitHub with Actions on each push.

0 comments on commit d63fcf6

Please sign in to comment.