https://github.com/huang-yi/swooleunit
Run PHPUnit on Swoole.
https://github.com/huang-yi/swooleunit
phpunit swoole tests
Last synced: 6 months ago
JSON representation
Run PHPUnit on Swoole.
- Host: GitHub
- URL: https://github.com/huang-yi/swooleunit
- Owner: huang-yi
- License: mit
- Created: 2020-01-11T09:42:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-08T10:55:24.000Z (over 5 years ago)
- Last Synced: 2025-03-29T18:41:41.898Z (7 months ago)
- Topics: phpunit, swoole, tests
- Language: PHP
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).