yawik / SimpleImport

Simple Job Import Module. Imports job openings into YAWIK
MIT License
0 stars 1 forks source link
import yawik-module

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 
  2. Install dependencies:

    $ composer install
  3. Run PHPUnit Tests

    $ ./vendor/bin/phpunit
  4. 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