Created shared base class for QR code and cover loaders.
- Added QR code test - Adjusted QR code loader to use more consistent public interface
Showing
- module/VuFind/src/VuFind/Controller/QRCodeController.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/Controller/QRCodeController.php
- module/VuFind/src/VuFind/Cover/Loader.php 5 additions, 173 deletionsmodule/VuFind/src/VuFind/Cover/Loader.php
- module/VuFind/src/VuFind/ImageLoader.php 264 additions, 0 deletionsmodule/VuFind/src/VuFind/ImageLoader.php
- module/VuFind/src/VuFind/QRCode/Loader.php 13 additions, 174 deletionsmodule/VuFind/src/VuFind/QRCode/Loader.php
- module/VuFind/tests/unit-tests/src/VuFindTest/QRCode/LoaderTest.php 108 additions, 0 deletions...ind/tests/unit-tests/src/VuFindTest/QRCode/LoaderTest.php
Please register or sign in to comment