https://github.com/elseifab/idkollen
WordPress-plugin ID-Kollen
https://github.com/elseifab/idkollen
Last synced: about 1 year ago
JSON representation
WordPress-plugin ID-Kollen
- Host: GitHub
- URL: https://github.com/elseifab/idkollen
- Owner: elseifab
- Created: 2018-05-27T14:59:08.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2023-04-19T19:03:20.000Z (about 3 years ago)
- Last Synced: 2025-03-25T09:47:36.153Z (over 1 year ago)
- Language: PHP
- Size: 72.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# idkollen
[](https://github.com/elseifab/idkollen.git)
[](https://travis-ci.org/elseifab/idkollen)
[](https://github.com/elseifab/idkollen/archive/develop.zip)
Tillägg för att underlätta integration IDkollen mot WordPress-konton för inloggning via BankID
**WORK IN PROGRESS**
## Versioner
Inga releaser/versioner av detta tillägg finns ännu...
### Utvecklingsmiljö
Roots Bedrock i repo elseifab/idkollen-dev används som utvecklingsmiljö för detta tillägg.
## Tester
Automatiska tester görs via Travis här: [https://travis-ci.org/elseifab/idkollen](https://travis-ci.org/elseifab/idkollen)
### PHPUnit
Obs! `composer update` före enhetstestning!
We run docker containers to unit tests in real WordPress (no mock).
[https://github.com/frozzare/docker-wptest](https://github.com/frozzare/docker-wptest)
[https://github.com/wpup/test-suite](https://github.com/wpup/test-suite)
Special thanks to Frozzare!
To initialize tests with docker, run: `docker run --name mysql -e MYSQL_ALLOW_EMPTY_PASSWORD=true -d mysql:5.7`
To run tests, in the plugin folder, eg: `docker run -e WP_VERSION=latest --rm -v $(pwd):/opt --link mysql frozzare/wptest:7.2 vendor/bin/phpunit`
PHPUnit testing with docker:
[https://youtu.be/9CEoapNrrSc](Video)