https://github.com/try-php/tapping
Atomic testing for PHP
https://github.com/try-php/tapping
php7 test testing tryphp
Last synced: over 1 year ago
JSON representation
Atomic testing for PHP
- Host: GitHub
- URL: https://github.com/try-php/tapping
- Owner: try-php
- License: gpl-2.0
- Created: 2017-10-18T19:42:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-05T11:18:08.000Z (over 8 years ago)
- Last Synced: 2025-02-26T19:07:49.410Z (over 1 year ago)
- Topics: php7, test, testing, tryphp
- Language: PHP
- Homepage:
- Size: 47.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# tapping
> Atomic testing

[](https://travis-ci.org/try-php/tapping)
[](https://sonarcloud.io/dashboard/index/tapping-library)
## Install
```bash
$ composer require try/tapping
```
## Usage
```php