Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit cfaad58

Browse files
committed
Fix phpunit 10 reported wrong class names for tests
1 parent 5d93f86 commit cfaad58

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/DownstreamTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use GuzzleHttp\Psr7\Response;
99
use LaravelFCM\Sender\FCMSender;
1010

11-
class ResponseTest extends FCMTestCase
11+
class DownstreamTest extends FCMTestCase
1212
{
1313
public function testItSendANotificationToADevice()
1414
{

tests/MessageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use LaravelFCM\Message\PayloadNotificationBuilder;
1515
use LaravelFCM\Sender\FCMSender;
1616

17-
class PayloadTest extends FCMTestCase
17+
class MessageTest extends FCMTestCase
1818
{
1919
public function testItConstructAValidJsonWithOption()
2020
{

tests/TopicResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use GuzzleHttp\Psr7\Response;
66
use LaravelFCM\Response\TopicResponse;
77

8-
class TopicsResponseTest extends FCMTestCase
8+
class TopicResponseTest extends FCMTestCase
99
{
1010
public function testItConstructATopicResponse_with_success()
1111
{

0 commit comments

Comments
 (0)