Skip to content

Commit

Permalink
Code style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kovah committed Feb 6, 2025
1 parent f7d195f commit 271077f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Controller/API/GeneralApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class GeneralApiTest extends ApiTestCase
{
public function test_version(): void
public function testVersion(): void
{
$this->getJsonAuthorized('api/version')->assertJson(['version' => 'v1']);
}
Expand Down

0 comments on commit 271077f

Please sign in to comment.