stellenmarkt/karriere24

This module provides the layout and special functionality for the karriere24 yawik instance

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 7

Language:HTML

Type:yawik-module

0.1 2019-01-16 16:20 UTC

README

This module provides the layout and special functionality for the yawik instance running on karriere24.com

Requirements

running YAWIK >= 0.33

Installation

Require a dependency via composer.

composer require stellenmarkt/karriere24

You should have been asked by the zf-component-installer to add the module to the configuration. If - for whatever reason - this did not happen, you need to manually add the module name to the file config/modules.php

Development

  1. Clone project
$ git clone git@github.com:stellenmarkt/karriere24.git /path/to/karriere24 
  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