https://github.com/webino/testing
:triangular_ruler: Webino™ Testing support package [WIP]
https://github.com/webino/testing
library testing v3 webino wip
Last synced: 5 months ago
JSON representation
:triangular_ruler: Webino™ Testing support package [WIP]
- Host: GitHub
- URL: https://github.com/webino/testing
- Owner: webino
- License: bsd-3-clause
- Created: 2019-06-24T07:33:30.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2019-06-24T10:43:01.000Z (about 7 years ago)
- Last Synced: 2025-07-23T07:07:29.753Z (11 months ago)
- Topics: library, testing, v3, webino, wip
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Webino Testing
Testing support package.
[](http://travis-ci.org/webino/testing "Master Build Status")
[](https://coveralls.io/github/webino/testing?branch=master "Master Coverage Status")
[](https://scrutinizer-ci.com/g/webino/testing/?branch=master "Master Code Quality")
[](https://packagist.org/packages/webino/testing)
## Recommended Usage
Use embedded binary to run tests.
## Setup
[](https://php.net "Required PHP version")
```bash
composer require webino\testing
```
## Quick Use
Test all:
```bash
bin/webino-test
```
Test matching pattern:
```bash
bin/webino-test Example
```
## Development
[](http://travis-ci.org/webino/testing "Develop Build Status")
[](https://coveralls.io/github/webino/testing?branch=develop "Develop Coverage Status")
[](https://scrutinizer-ci.com/g/webino/testing/?branch=develop "Develop Code Quality")
[](https://packagist.org/packages/webino/testing "Packagist")
Static analysis:
```bash
composer analyse
```
Coding style check:
```bash
composer check
```
Coding style fix:
```bash
composer fix
```
Testing:
```bash
composer test
```
Git pre-commit setup:
```bash
ln -s ../../pre-commit .git/hooks/pre-commit
```
## Addendum
[](https://github.com/webino/testing/blob/master/LICENSE.md "BSD-3-Clause License")
[](https://packagist.org/packages/webino/testing "Packagist")

Please, if you are interested in this library report any issues and don't hesitate to contribute.
We will appreciate any contributions on development of this library.
[](https://github.com/webino/testing/issues)
[](https://github.com/webino/testing)