Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Aug 10, 2023
1 parent 431fb36 commit da735b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Resources/XliffTest.php
Expand Up @@ -47,7 +47,7 @@ public function testXliff(string $locale): void
/**
* @return Generator<string[]>
*/
public function getFiles(): iterable
public static function getFiles(): iterable
{
$files = glob(sprintf('%s/*.xlf', __DIR__.'/../../src/Resources/translations'));

Expand Down
2 changes: 1 addition & 1 deletion tests/Routing/RoutingTest.php
Expand Up @@ -45,7 +45,7 @@ public function testLoadRouting(string $routeName, string $path, array $methods)
/**
* @return string[][]|string[][][]
*/
public function loadRoutingProvider(): array
public static function loadRoutingProvider(): array
{
return [
['nucleos_profile_profile_show', '/profile/', ['GET']],
Expand Down

0 comments on commit da735b5

Please sign in to comment.