This module provides import tasks
Build status:
running YAWIK
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'
];
TBD
http://yawik.readthedocs.io/en/latest/modules/simple-import/index.html
Clone project
$ git clone git@github.com:yawik/SimpleImport.git /path/to/simple-import
Install dependencies:
$ composer install
Run PHPUnit Tests
$ ./vendor/bin/phpunit
Run Behat Tests
$ composer run start-selenium --timeout=0
$ composer run serve --timeout=0
$ ./vendor/bin/behat
Licence
-------
MIT