andig / carddav2fb

Download CardDAV VCards and upload as phonebook to AVM FRITZ!Box
63 stars 19 forks source link

Help wanted: Unit tests #110

Closed andig closed 5 years ago

andig commented 5 years ago

We definitely need unit tests, imho with priority of:

  1. converter
  2. functions
  3. parser
  4. backend

This should use the usual phpunit. A simple approach would be using anonymized real data that can be gained using the individual commands.

andig commented 5 years ago

Closing, first unit tests are added, future PRs will need to have them.