2017 © Pedro Peláez
 

library steamroller

The package to test Flarum extensions.

image

flagrow/steamroller

The package to test Flarum extensions.

  • Thursday, February 1, 2018
  • by Luceos
  • Repository
  • 2 Watchers
  • 1 Stars
  • 71 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Steamroller by Flagrow logo Flagrow, a project of Gravure

MIT license Latest Stable Version Total Downloads Donate Join our Discord server, (*1)

Because you can't extend the default Flarum console commands, this package adds an alternate php vendor/bin/flagrow command that uses events to register new commands., (*2)

Install

Add to the composer.json of your extension:, (*3)

  "require-dev": {
    "flagrow/steamroller": "*"
  }

Usage

First, set up a phpunit.xml., (*4)

Make sure your tests extend the Flagrow\Steamroller\TestCase., (*5)

To run tests locally, use:, (*6)

vendor/bin/phpunit

Example implementations:, (*7)

Support our work

We prefer to keep our work available to everyone. In order to do so we rely on voluntary contributions on Patreon., (*8)

Security

If you discover a security vulnerability within Steamroller, please send an email to the Gravure team at security@gravure.io. All security vulnerabilities will be promptly addressed., (*9)

Please include as many details as possible. You can use php flarum info to get the PHP, Flarum and extension versions installed., (*10)

An extension by Flagrow, a project of Gravure., (*11)

The Versions

01/02 2018

dev-master

9999999-dev

The package to test Flarum extensions.

  Sources   Download

MIT

The Requires

 

The Development Requires

testing flarum flagrow