mirror of
https://github.com/flarum/core.git
synced 2025-08-10 18:35:56 +02:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
committed by
StyleCI Bot
parent
9212330ac2
commit
4413848c11
@@ -48,7 +48,8 @@ class CreationTest extends TestCase
|
||||
{
|
||||
$response = $this->send(
|
||||
$this->request(
|
||||
'POST', '/api/users',
|
||||
'POST',
|
||||
'/api/users',
|
||||
[
|
||||
'json' => ['data' => ['attributes' => []]],
|
||||
]
|
||||
@@ -91,7 +92,8 @@ class CreationTest extends TestCase
|
||||
{
|
||||
$response = $this->send(
|
||||
$this->request(
|
||||
'POST', '/api/users',
|
||||
'POST',
|
||||
'/api/users',
|
||||
[
|
||||
'json' => [
|
||||
'data' => [
|
||||
@@ -123,7 +125,8 @@ class CreationTest extends TestCase
|
||||
{
|
||||
$response = $this->send(
|
||||
$this->request(
|
||||
'POST', '/api/users',
|
||||
'POST',
|
||||
'/api/users',
|
||||
[
|
||||
'json' => [
|
||||
'data' => [
|
||||
@@ -158,7 +161,8 @@ class CreationTest extends TestCase
|
||||
|
||||
$response = $this->send(
|
||||
$this->request(
|
||||
'POST', '/api/users',
|
||||
'POST',
|
||||
'/api/users',
|
||||
[
|
||||
'json' => [
|
||||
'data' => [
|
||||
|
Reference in New Issue
Block a user