• 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/SuccessEvent.php
1
<?php
2

3
namespace RingCentral\SDK\Subscription\Events;
4

5
use RingCentral\SDK\Http\ApiResponse;
6
use Symfony\Contracts\EventDispatcher\Event;
7

8
class SuccessEvent extends Event
9
{
10
    /** @var ApiResponse */
11
    protected $_response;
12

13
    /**
14
     * SuccessEvent constructor.
15
     *
16
     * @param ApiResponse $response
17
     */
18
    public function __construct(ApiResponse $response)
19
    {
20
        $this->_response = $response;
×
21
    }
22

23
    /**
24
     * @return ApiResponse
25
     */
26
    public function apiResponse()
27
    {
28
        return $this->_response;
×
29
    }
30

31
}
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