huang-yi/swooleunit

Run PHPUnit on Swoole.

v1.1.1 2020-02-08 10:27 UTC

This package is auto-updated.

Last update: 2024-04-08 20:30:37 UTC


README

Swoole Unit allows you to run PHPUnit tests on Swoole.

Usage

You may install Swoole Unit via Composer:

$ composer require --dev huang-yi/swooleunit

Then, you can run your tests:

$ ./vendor/bin/swooleunit

License

Swoole Unit is open-sourced software licensed under the MIT license.