ResultProcessor - add support of the "add_participants" method

This commit is contained in:
Meritoo
2017-09-25 21:10:54 +02:00
parent af2df98d14
commit 959e9481fd
3 changed files with 13 additions and 0 deletions

View File

@@ -162,6 +162,7 @@ class MethodTypeTest extends BaseTypeTestCase
protected function getAllExpectedTypes()
{
return [
'ADD_PARTICIPANTS' => MethodType::ADD_PARTICIPANTS,
'ADD_RESPONSE' => MethodType::ADD_RESPONSE,
'EXPORT_STATISTICS' => MethodType::EXPORT_STATISTICS,
'GET_PARTICIPANT_PROPERTIES' => MethodType::GET_PARTICIPANT_PROPERTIES,