Skip to content

Latest commit

 

History

History
80 lines (54 loc) · 1.31 KB

README.md

File metadata and controls

80 lines (54 loc) · 1.31 KB

SimpleImport

This module provides import tasks

Build status:

Build Status Coverage Status

Requirements

running YAWIK

Installation

Require a dependency via composer.

composer require yawik/simple-import

Enable the module for the Zend module manager via creating the simpleimport.module.php file in the /config/autoload directory with the following content.

<?php
return [
    'SimpleImport'
];

Configuration

TBD

Documentation

http://yawik.readthedocs.io/en/latest/modules/simple-import/index.html

Development

  1. Clone project
$ git clone git@github.com:yawik/SimpleImport.git /path/to/simple-import 
  1. Install dependencies:
$ composer install
  1. Run PHPUnit Tests
$ ./vendor/bin/phpunit
  1. Run Behat Tests
# start selenium
$ composer run start-selenium --timeout=0

# start php server
$ composer run serve --timeout=0

# run behat
$ ./vendor/bin/behat

Licence

MIT