mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 01:31:45 +01:00
29 lines
1.3 KiB
Markdown
29 lines
1.3 KiB
Markdown
# Meritoo Common Library
|
|
|
|
Common and useful classes, methods, exceptions etc.
|
|
|
|
[](https://travis-ci.org/meritoo/common-library) [](https://packagist.org/packages/meritoo/common-library) [](https://github.com/meritoo/common-library) [](https://github.com/meritoo/common-library) [](https://coveralls.io/github/meritoo/common-library?branch=master)
|
|
|
|
# Installation
|
|
|
|
Run [Composer](https://getcomposer.org) to install this package in your project:
|
|
|
|
```bash
|
|
composer require meritoo/common-library
|
|
```
|
|
|
|
> [How to install Composer?](https://getcomposer.org/download)
|
|
|
|
# Usage
|
|
|
|
1. [Base test case (with common methods and data providers)](docs/Base-test-case.md)
|
|
2. [Collection of elements](docs/Collection-of-elements.md)
|
|
3. [Exceptions](docs/Static-methods.md)
|
|
4. [Static methods](docs/Static-methods.md)
|
|
|
|
# Development
|
|
|
|
More information [you can find here](docs/Development.md)
|
|
|
|
Enjoy!
|