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

Commit

Permalink
Fix phpunit 10 reported wrong class names for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Mar 9, 2023
1 parent 5d93f86 commit cfaad58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/DownstreamTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use GuzzleHttp\Psr7\Response;
use LaravelFCM\Sender\FCMSender;

class ResponseTest extends FCMTestCase
class DownstreamTest extends FCMTestCase
{
public function testItSendANotificationToADevice()
{
Expand Down
2 changes: 1 addition & 1 deletion tests/MessageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use LaravelFCM\Message\PayloadNotificationBuilder;
use LaravelFCM\Sender\FCMSender;

class PayloadTest extends FCMTestCase
class MessageTest extends FCMTestCase
{
public function testItConstructAValidJsonWithOption()
{
Expand Down
2 changes: 1 addition & 1 deletion tests/TopicResponseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use GuzzleHttp\Psr7\Response;
use LaravelFCM\Response\TopicResponse;

class TopicsResponseTest extends FCMTestCase
class TopicResponseTest extends FCMTestCase
{
public function testItConstructATopicResponse_with_success()
{
Expand Down

0 comments on commit cfaad58

Please sign in to comment.