Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/huang-yi/swooleunit

Run PHPUnit on Swoole.
https://github.com/huang-yi/swooleunit

phpunit swoole tests

Last synced: about 17 hours ago
JSON representation

Run PHPUnit on Swoole.

Awesome Lists containing this project

README

        

# Swoole Unit

Swoole Unit allows you to run PHPUnit tests on Swoole.

## Usage

You may install Swoole Unit via Composer:

```sh
$ composer require --dev huang-yi/swooleunit
```

Then, you can run your tests:

```sh
$ ./vendor/bin/swooleunit
```

## License

Swoole Unit is open-sourced software licensed under the [MIT license](LICENSE).