Skip to content

Latest commit

 

History

History

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

PHP Unit-test

Run these tests to make certain that the swoole extension you installed can work well.

How to run

  1. just run ./start.sh
  2. or use./start.sh ./swoole_* command to run a part of the tests

Log files

suffix intro
diff show the differents between output and expect
out script output
exp expect output
log all above
php php temp script file

Clean

Run ./clean to remove all of the tests log files.

Contribute the test script

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).