Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
30 | public function testEndpointDeleteNotificationPreference() |
||
31 | { |
||
32 | $path = $this->moip->notifications()->generatePath('notifications', 'NPR-CQU74AQOIVCV'); |
||
33 | $expected = sprintf('%s/%s/%s/%s', MoipResource::VERSION, NotificationPreferences::PATH, 'notifications', 'NPR-CQU74AQOIVCV'); |
||
34 | $this->assertEquals($expected, $path); |
||
35 | } |
||
36 | } |
||
37 |