djthossi/smoke-testing-php

smoke testing with php

1.10.1 2019-03-03 17:30 UTC

This package is auto-updated.

Last update: 2024-05-14 06:11:18 UTC


README

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