We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d195f commit 271077fCopy full SHA for 271077f
tests/Controller/API/GeneralApiTest.php
@@ -6,7 +6,7 @@
6
7
class GeneralApiTest extends ApiTestCase
8
{
9
- public function test_version(): void
+ public function testVersion(): void
10
11
$this->getJsonAuthorized('api/version')->assertJson(['version' => 'v1']);
12
}
0 commit comments