Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 519 Bytes

File metadata and controls

28 lines (17 loc) · 519 Bytes

Testing

Required dev dependencies

This package uses PHPUnit 13 for its test suite. composer.json already lists:

  • phpunit/phpunit:^13.1

If PHPUnit is missing from a clone, install it with:

composer require --dev phpunit/phpunit:^13.1

Running tests

Install dependencies for this repository, then run PHPUnit from this repository root:

composer install
vendor/bin/phpunit

On Windows, use vendor\bin\phpunit.bat.

Notes

TODO: ADD NOTES ON WHAT THIS LIBRARY ACTUALLY DOES