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:
parent
f7d195fb21
commit
271077f008
@ -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']);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user