Skip to content

Commit bf82075

Browse files
committed
rm obsolete test
1 parent f74a6dd commit bf82075

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/WebPushTest.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,6 @@ public function testSendNotification($endpoint, $payload, $userPublicKey, $userA
8484
$this->assertTrue($res);
8585
}
8686

87-
public function testSendNotificationWithOldAPI()
88-
{
89-
$this->setExpectedException('ErrorException', 'The API has changed: sendNotification now takes the optional user auth token as parameter.');
90-
$this->webPush->sendNotification(
91-
self::$endpoints['standard'],
92-
'test',
93-
self::$keys['standard'],
94-
true
95-
);
96-
}
97-
9887
public function testSendNotificationWithTooBigPayload()
9988
{
10089
$this->setExpectedException('ErrorException', 'Size of payload must not be greater than 4078 octets.');

0 commit comments

Comments
 (0)