Skip to content

Commit

Permalink
Remove duplicated test
Browse files Browse the repository at this point in the history
The `testAndroidConfigTtlWorksWithValidValues()` test covers this one
  • Loading branch information
jeromegamez committed Jul 9, 2022
1 parent 5725563 commit 63b1a47
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions tests/Integration/MessagingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -361,23 +361,6 @@ public function testGetAppInstanceForUnknownToken(): void
$this->messaging->getAppInstance(self::$unknownToken);
}

/**
* @see https://github.com/kreait/firebase-php/issues/713
*/
public function testAndroidConfigTtlWorksWithAPositiveInt(): void
{
$config = AndroidConfig::fromArray([
'ttl' => 1,
]);

$message = CloudMessage::withTarget(MessageTarget::TOKEN, $this->getTestRegistrationToken())
->withAndroidConfig($config);

$this->messaging->send($message);

$this->addToAssertionCount(1);
}

/**
* @see https://github.com/kreait/firebase-php/issues/713
*
Expand Down

0 comments on commit 63b1a47

Please sign in to comment.