huang-yi / swooleunit
Run PHPUnit on Swoole.
v1.1.1
2020-02-08 10:27 UTC
Requires
- ext-swoole: ^4.0
- phpunit/phpunit: <10.0
This package is auto-updated.
Last update: 2024-11-08 21:44:22 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.