mirror of
https://github.com/flarum/core.git
synced 2025-08-05 07:57:46 +02:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
committed by
StyleCI Bot
parent
9212330ac2
commit
4413848c11
@@ -35,7 +35,8 @@ class WithTokenTest extends TestCase
|
||||
{
|
||||
$response = $this->send(
|
||||
$this->request(
|
||||
'POST', '/api/token',
|
||||
'POST',
|
||||
'/api/token',
|
||||
[
|
||||
'json' => [
|
||||
'identification' => 'normal',
|
||||
@@ -66,7 +67,8 @@ class WithTokenTest extends TestCase
|
||||
{
|
||||
$response = $this->send(
|
||||
$this->request(
|
||||
'POST', '/api/token',
|
||||
'POST',
|
||||
'/api/token',
|
||||
[
|
||||
'json' => [
|
||||
'identification' => 'normal',
|
||||
|
Reference in New Issue
Block a user