Common and useful classes, methods, exceptions etc.
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- Base test case (with common methods and data providers)
- Collection of elements
- Exceptions
- Static methods
- Value Objects
More information you can find here
Enjoy!