Skip to content

Commit

Permalink
Fix tests warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Mar 8, 2024
1 parent f500006 commit 911a021
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/GlobalIdTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function value_equality()
$this->assertTrue((new GlobalId('gid://app/model/id'))->equalsTo(new GlobalId('gid://app/model/id')));
}

public function invalidAppNames()
public static function invalidAppNames()
{
return [
'empty name' => [
Expand Down
2 changes: 1 addition & 1 deletion tests/URI/GIDValidationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class GIDValidationTest extends TestCase
{
public function invalidGids()
public static function invalidGids()
{
return [
'missing app' => [
Expand Down

0 comments on commit 911a021

Please sign in to comment.