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

https://github.com/recca0120/tester-phpunit

tester runner for phpunit on atom editor
https://github.com/recca0120/tester-phpunit

apm atom php phpunit tester tester-phpunit testing wallabyjs

Last synced: about 2 months ago
JSON representation

tester runner for phpunit on atom editor

Awesome Lists containing this project

README

        

# Tester PHPUnit

[![Build Status](https://travis-ci.org/recca0120/tester-phpunit.svg)](https://travis-ci.org/recca0120/tester-phpunit)
[![APM Version](https://img.shields.io/apm/v/tester-phpunit.svg)](https://atom.io/packages/tester-phpunit)
[![APM Downloads](https://img.shields.io/apm/dm/tester-phpunit.svg)](https://atom.io/packages/tester-phpunit)
[![GitHub stars](https://img.shields.io/github/stars/recca0120/tester-phpunit.svg)](https://github.com/recca0120/tester-phpunit/stargazers)
[![GitHub issues](https://img.shields.io/github/issues/recca0120/tester-phpunit.svg)](https://github.com/recca0120/tester-phpunit/issues)
[![Dependencies!](https://img.shields.io/david/recca0120/tester-phpunit.svg)](https://david-dm.org/recca0120/tester-phpunit)

Tester PHPUnit is a tester provider for the [Atom Tester](https://atom.io/packages/tester).

![Preview](https://raw.githubusercontent.com/recca0120/tester-phpunit/master/preview.gif)

#### How to / Installation

You can install through the CLI by doing:

```
$ apm install tester-phpunit
```

## Thanks

- [yacut](https://github.com/yacut/tester)