Skip to content

yawik/SimpleImport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4abadfb · Mar 10, 2021
Sep 9, 2020
Oct 23, 2018
Jun 28, 2019
Aug 4, 2020
Jan 6, 2021
Jul 1, 2019
Oct 30, 2018
Mar 10, 2021
Mar 10, 2021
Oct 31, 2018
Nov 27, 2018
Jan 6, 2021
Sep 9, 2020
Jun 17, 2019
Sep 29, 2017
Nov 5, 2018
Nov 10, 2018
Dec 15, 2020
Dec 15, 2020
Jan 6, 2021
Dec 15, 2020
Dec 15, 2020
Nov 10, 2018

Repository files navigation

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 [email protected]: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