chore: initial import for test contour
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
App\Service\Client\Stub\NoopSmsClientService: ~
|
||||
App\Service\Client\Stub\NoopCalltouchClientService: ~
|
||||
App\Service\Client\Stub\AlwaysValidSmartCaptchaClientService: ~
|
||||
|
||||
App\Service\Client\Interfaces\SmsClientServiceInterface:
|
||||
alias: App\Service\Client\Stub\NoopSmsClientService
|
||||
|
||||
App\Service\Client\Interfaces\CalltouchClientServiceInterface:
|
||||
alias: App\Service\Client\Stub\NoopCalltouchClientService
|
||||
|
||||
App\Service\Client\Interfaces\SmartCaptchaClientServiceInterface:
|
||||
alias: App\Service\Client\Stub\AlwaysValidSmartCaptchaClientService
|
||||
Reference in New Issue
Block a user