Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.72 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.72 KB

Smoke Testing PHP

Build Status SensioLabsInsight Code Climate Test Coverage Scrutinizer Code Quality

This repository is maintained by Sebastian Thoss. The Smoke Testing PHP library is supposed to help you doing proper SmokeTests.

How to install

You have several options to install this package

Composer

composer require --dev djthossi/smoke-testing-php

Git

git clone https://github.com/DjThossi/Smoke-Testing-PHP.git

Download

https://github.com/DjThossi/Smoke-Testing-PHP/archive/master.zip

Example Code

In following directory you'll find example code how to use this tool. /tests/Example

Contribution

You are welcome to contribute to this repository. We're using a git flow approach.

Pull Requests

Please open you PR against develop branch.

Contributors