Files
wiosna-dev_common-library/README.md
Krzysztof Nizioł e31af27c01 Merge branch 'master' of github.com:meritoo/common-library
# Conflicts:
#	README.md
2018-09-06 22:01:00 +02:00

1.6 KiB

Meritoo Common Library

Common and useful classes, methods, exceptions etc.

Travis Packagist license GitHub commits Coverage Status

Installation

In your composer.json add address of repository into repositories section:

"repositories": [
    (...)
    {
        "type": "vcs",
        "url": "https://github.com/wiosna-dev/common-library"
    }
]

Run Composer to install this package in your project:

composer require wiosna-dev/common-library

How to install Composer?

Usage

  1. Base test case (with common methods and data providers)
  2. Collection of elements
  3. Exceptions
  4. Static methods
  5. Value Objects

Development

More information you can find here

Enjoy!