Skip to content

Commit 271077f

Browse files
committed
Code style fix
1 parent f7d195f commit 271077f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Controller/API/GeneralApiTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class GeneralApiTest extends ApiTestCase
88
{
9-
public function test_version(): void
9+
public function testVersion(): void
1010
{
1111
$this->getJsonAuthorized('api/version')->assertJson(['version' => 'v1']);
1212
}

0 commit comments

Comments
 (0)