aws / aws-php-sns-message-validator

Amazon SNS message validation for PHP
Apache License 2.0
210 stars 53 forks source link

Add composer test script #31

Closed smhg closed 6 years ago

smhg commented 6 years ago

Mini addition to run tests through composer with:

composer test

This is a nice default composer offers.

This avoids having to install phpunit globally or typing the path to the local vendor/bin/phpunit.