Download the PHP package lostkobrakai/conveyor without Composer
On this page you can find all versions of the php package lostkobrakai/conveyor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lostkobrakai/conveyor
More information about lostkobrakai/conveyor
Files in lostkobrakai/conveyor
Package conveyor
Short Description Convey tests through various ProcessWire environments
License
Informations about the package conveyor
Conveyor
📦 -> 🎰 🎰 🎰 🎰 🎰 🎰 -> ⭐️
Command-line tool to easily run tests agains multiple versions of ProcessWire CMF.
Are you building a module, or a template and you need to make sure it works in all supported ProcessWire versions? Then conveyor
is exactly what you need. Write the tests in any fashion you like (PHPUnit, CodeCeption, Kahlan, ...). Then tell conveyor
which ProcessWire versions you are interested in and it will do the rest for you.
Tested on Mac OS X
Table of Contents
- Requirements
- Installation
- Usage
- Configuration
- Attribution
Requirements
- PHP 5.5 or greater
- Composer (https://getcomposer.org)
- Git (https://git-scm.com)
- MySQL or MariaDB 5.0.15 or greater
php.ini
php.ini
used by php
cli command must have enabled these extensions:
- curl
- gd2
- mbstring
- mysqli
- openssl
- pdo_mysql
Installation
Don't forget to setup all requirements first.
Install globally:
or install as a project dependency:
Usage
Go to your project's root directory.
Create config file conveyor.yml
,
then if you installed conveyor
globally:
or if you've installed conveyor
as projects dependecy:
Configuration
Copy example configuration conveyor.yml
to your project's root directory and set options according to your needs.
If you like you can also use a json config.
Attribution
Based on uiii/pw-test.
All versions of conveyor with dependencies
webmozart/path-util Version ^2.3
symfony/config Version ^3.2
symfony/yaml Version ^3.2