Skip to content

tdgroot/magento2-module-fixdutchpostcoderegex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Fix Dutch PostCode Regex

This module fixes the Dutch(nl_NL) postcode regex in Magento 2. I created a pull request and it got merged, so this module won't be necessary in Magento 2.2.

Installation using Composer

composer require timpack/magento2-module-fixdutchpostcoderegex
bin/magento setup:upgrade

Installation manually

  • Download the zip
  • Copy the contents of src/ to app/code/Timpack/FixDutchPostCodeRegex/
  • Then run bin/magento setup:upgrade

Running tests

If you didn't install the module using composer, please copy app/code/Timpack/FixDutchPostCodeRegex/phpunit.timpack.xml to dev/tests/unit/phpunit.timpack.xml.

Then run the following:

vendor/bin/phpunit -c dev/tests/unit/phpunit.timpack.xml