tests: Add ringer tests
We mock libfeedback and CallsCall to test the ringer for the following scenarios: - Call state changes - User requested silencing of ringer - Multiple calls
This commit is contained in:
5
tests/mock-contacts-provider.h
Normal file
5
tests/mock-contacts-provider.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include "calls-contacts-provider.h"
|
||||
|
||||
CallsContactsProvider *__wrap_calls_contacts_provider_new (CallsSettings *seetings);
|
||||
Reference in New Issue
Block a user