Run these tests to make certain that the swoole extension you installed can work well.
- just run
./start.sh
- or use
./start.sh ./swoole_*
command to run a part of the tests
suffix | intro |
---|---|
diff | show the differents between output and expect |
out | script output |
exp | expect output |
log | all above |
php | php temp script file |
Run ./clean
to remove all of the tests log files.
Run ./new.sh [test-script-filename]
E.g. : ./new.sh ./swoole-coroutine/co_sleep.phpt
It will generate the test script file and auto open on your ide (MacOS only).