apply php-cs-fixer fix

This commit is contained in:
Pig Fang 2021-07-25 13:26:13 +08:00
parent baf4921479
commit 4875564ee4
No known key found for this signature in database
GPG Key ID: A8198F548DADA9E2

View File

@ -71,7 +71,6 @@ class PlayerControllerTest extends TestCase
['name' => 'yjsnpi']
)->assertJsonValidationErrors('name');
// allow UTF-8
option(['player_name_rule' => 'utf8']);
$this->postJson(route('user.player.add'), ['name' => '響け!ユーフォニアム'])