Skip to content
Đorđe Jocić edited this page Jan 2, 2019 · 1 revision

Following unit tests are available:

  • Essentials - Base 32 encoder, QR code generator, etc.
  • Elements - Secret, Account, etc.
  • Authenticator - Nothing right now.

You can execute them easily from the terminal like in the example below.

bash ./scripts/phpunit.sh --testsuite essentials
bash ./scripts/phpunit.sh --testsuite elements
bash ./scripts/phpunit.sh --testsuite authenticator

Please don’t forget to install necessary dependencies before attempting to do the God's work above. They may be important.

bash ./scripts/composer.sh install
Clone this wiki locally