This module provides the layout and special functionality for the yawik instance running on karriere24.com
running YAWIK >= 0.33
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
- Clone project
$ git clone git@github.com:stellenmarkt/karriere24.git /path/to/karriere24
- 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