Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Mar 24, 2024
1 parent 356ffb4 commit 4c7ea27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ContentLanguageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function ($request) {
$this->assertEquals($language, (string) $response->getBody());
}

public function languagesPathProvider(): array
public static function languagesPathProvider(): array
{
return [
[
Expand Down

0 comments on commit 4c7ea27

Please sign in to comment.