2017 © Pedro Peláez
 

library conveyor

Convey tests through various ProcessWire environments

image

lostkobrakai/conveyor

Convey tests through various ProcessWire environments

  • Sunday, December 11, 2016
  • by LostKobrakai
  • Repository
  • 1 Watchers
  • 0 Stars
  • 171 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 5 Versions
  • 1 % Grown

The README.md

Conveyor

📦 -> 🎰 🎰 🎰 🎰 🎰 🎰 -> ⭐️ , (*1)

Command-line tool to easily run tests agains multiple versions of ProcessWire CMF., (*2)

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., (*3)

Tested on Mac OS X, (*4)

video, (*5)

Table of Contents

  1. Requirements
  2. Installation
  3. Usage
  4. Configuration
  5. 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:, (*6)

  • curl
  • gd2
  • mbstring
  • mysqli
  • openssl
  • pdo_mysql

Installation

Don't forget to setup all requirements first., (*7)

Install globally:, (*8)

composer global require lostkobrakai/conveyor

or install as a project dependency:, (*9)

cd <your-project>
composer require --dev lostkobrakai/conveyor

Usage

Go to your project's root directory., (*10)

Create config file conveyor.yml,, (*11)

then if you installed conveyor globally:, (*12)

conveyor

or if you've installed conveyor as projects dependecy:, (*13)

vendor/bin/conveyor

Configuration

Copy example configuration conveyor.yml to your project's root directory and set options according to your needs., (*14)

If you like you can also use a json config., (*15)

Attribution

Based on uiii/pw-test., (*16)

The Versions

11/12 2016

dev-master

9999999-dev

Convey tests through various ProcessWire environments

  Sources   Download

The Requires

 

database tests processwire

11/12 2016

0.1.3

0.1.3.0

Convey tests through various ProcessWire environments

  Sources   Download

The Requires

 

database tests processwire

11/12 2016

0.1.2

0.1.2.0

Convey tests through various ProcessWire environments

  Sources   Download

The Requires

 

database tests processwire

11/12 2016

0.1.1

0.1.1.0

Convey tests through various ProcessWire environments

  Sources   Download

The Requires

 

database tests processwire

10/12 2016

0.1.0

0.1.0.0

Convey tests through various ProcessWire environments

  Sources   Download

The Requires

 

database tests processwire