0, 'entity_id' => null, 'created_by' => 1, 'updated_by' => 1, 'created_at' => 1587731353, 'updated_at' => 1587731353, 'responsible_user_id' => 1, 'group_id' => 0, 'note_type' => 'call_in', 'params' => [ 'text' => '123123', ], 'account_id' => 123, ]; $this->expectException(TypeError::class); (new CallInNote())->fromArray($note); } }