1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-04-21 23:42:10 +02:00

Code style fix

This commit is contained in:
Kovah 2025-02-06 11:47:41 +01:00
parent f7d195fb21
commit 271077f008
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -6,7 +6,7 @@ use Tests\Controller\API\ApiTestCase;
class GeneralApiTest extends ApiTestCase
{
public function test_version(): void
public function testVersion(): void
{
$this->getJsonAuthorized('api/version')->assertJson(['version' => 'v1']);
}