Skip to content

Commit 8dffc88

Browse files
committed
Updated tests for PHPUnit 10
1 parent e951cb1 commit 8dffc88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/MailboxRouteTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class MailboxRouteTest extends TestCase
1010
{
11-
public function emailDataProvider()
11+
public static function emailDataProvider()
1212
{
1313
return [
1414
@@ -130,7 +130,7 @@ public function it_matches_requirements()
130130
$this->assertTrue($route->matches($message));
131131
}
132132

133-
public function subjectDataProvider()
133+
public static function subjectDataProvider()
134134
{
135135
return [
136136
['New Laravel Packages', 'New Laravel Packages', 'Old Laravel Packages'],

0 commit comments

Comments
 (0)