Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/huang-yi/swooleunit
- Owner: huang-yi
- License: mit
- Created: 2020-01-11T09:42:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-08T10:55:24.000Z (about 5 years ago)
- Last Synced: 2024-11-15T22:40:47.569Z (3 months ago)
- Topics: phpunit, swoole, tests
- Language: PHP
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- 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).