• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ringcentral / ringcentral-php / 10243692747

05 Aug 2024 06:22AM UTC coverage: 77.389% (-13.4%) from 90.761%
10243692747

push

github

web-flow
Merge pull request #137 from ringcentral/vendorPatch

Remove PubNub SubscriptionTest

575 of 743 relevant lines covered (77.39%)

7.11 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Subscription/Events/NotificationEvent.php
1
<?php
2

3
namespace RingCentral\SDK\Subscription\Events;
4

5
use Symfony\Contracts\EventDispatcher\Event;
6

7
class NotificationEvent extends Event
8
{
9
    /** @var array */
10
    protected $payload = [];
11

12
    /**
13
     * NotificationEvent constructor.
14
     *
15
     * @param array $payload
16
     */
17
    public function __construct(array $payload)
18
    {
19
        $this->payload = $payload;
×
20
    }
21

22
    /**
23
     * @return array
24
     */
25
    public function payload()
26
    {
27
        return $this->payload;
×
28
    }
29

30
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc