This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Added DVSA Address Service module & general improvements (#197)
* feat: Added DVSA Address Service module * feat: added address helper service to api module * feat: swap the toggle override check; keep new module clean and re-usable * feat: added isDisable toggle check to ToggleService * feat: swapped alias registration * fix: corrected class the alias replaces * fix: AddressHelperServiceFactory loads the alias AddressService instead * feat: address helper service improvements * feat: Stage 1 Address Service Refactor * feat: address model and mappers * feat: legacy address service renames admin area * fix: general fixes * feat: enpty result on DVSA Addr Srv response of 400 and 422; bubble otherwise * feat: general refactor and unit tests * fix: Fixed Module Unit Test suite in phpunit.xml.dist * fix: removed leaked assert true * fix: phpcbf run * fix: removed AddressServiceInterface from Command and Query Handler and optimised imports * fix: removed factory test * fix: return doc block psalm reported issue * fix: added admin area to serialised address object * feat: added dvsa_address_service config to config.global.php * fix: added missing tests for Api AddressHelperService * fix: removed acquired rights factory test and added namespace to addres helper service test * fix: removed acquried rights factroy test * fix: added union type for GetAddress :) * fix: Removed union type on real code argument
- Loading branch information
Showing
64 changed files
with
1,742 additions
and
1,457 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
129 changes: 0 additions & 129 deletions
129
module/AcquiredRights/test/Client/AcquiredRightsClientFactoryTest.php
This file was deleted.
Oops, something went wrong.
205 changes: 0 additions & 205 deletions
205
module/AcquiredRights/test/Service/AcquiredRightsServiceFactoryTest.php
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.