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

https://github.com/swoft-cloud/swoft-testlib


https://github.com/swoft-cloud/swoft-testlib

swoft-component

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# Testlib

[![Latest Stable Version](http://img.shields.io/packagist/v/swoft/testlib.svg)](https://packagist.org/packages/swoft/testlib)
[![Php Version](https://img.shields.io/badge/php-%3E=7.1-brightgreen.svg?maxAge=2592000)](https://secure.php.net/)
[![Library License](https://img.shields.io/hexpm/l/plug.svg?maxAge=2592000)](https://github.com/swoft-cloud/swoft-testlib/blob/master/LICENSE)

Testlib component for swoft framework.

Use for help write swoft unit tests.

## Install

- install by composer

```bash
composer require swoft/testlib
```

## LICENSE

The Component is open-sourced software licensed under the [Apache license](LICENSE).