We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
php extension includes test runner. you can test with just type make test
make test
phpize ./configure make make test
you should use phpunit instead of make test on Windows platform.