Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 319 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 319 Bytes

OPUS 4 DOI

DOI support library for OPUS 4.

Testing

For running unit tests Composer needs to be installed. Using the following command the tests can be executed.

$ composer test

In order to run the tests and generate a coverage report use the following command.

$ composer test-coverage