Skip to content
Shuhei Tanuma edited this page Dec 26, 2013 · 1 revision

How to test extension

php extension includes test runner. you can test with just type make test

phpize
./configure
make
make test

you should use phpunit instead of make test on Windows platform.