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

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

Awesome Lists containing this project

README

          

# tapping
> Atomic testing

![demo](./demo.png)

[![Build Status](https://travis-ci.org/try-php/tapping.svg?branch=master)](https://travis-ci.org/try-php/tapping)
[![Technical dept](https://sonarcloud.io/api/badges/measure?key=tapping-library&metric=sqale_debt_ratio)](https://sonarcloud.io/dashboard/index/tapping-library)

## Install

```bash
$ composer require try/tapping
```

## Usage

```php