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 [email protected]:yawik/SimpleImport.git /path/to/simple-import
- Install dependencies:
$ composer install
- Run PHPUnit Tests
$ ./vendor/bin/phpunit
- Run Behat Tests
# start selenium
$ composer run start-selenium --timeout=0
# start php server
$ composer run serve --timeout=0
# run behat
$ ./vendor/bin/behat
MIT