Apply fixes from StyleCI (#19)
This commit is contained in:
parent
d93a5410d9
commit
f3bdc551cd
|
|
@ -281,7 +281,7 @@ class SkinlibControllerTest extends TestCase
|
||||||
$this->getJson('/skinlib/data')
|
$this->getJson('/skinlib/data')
|
||||||
->assertJson([
|
->assertJson([
|
||||||
'items' => [
|
'items' => [
|
||||||
['tid' => $texture->tid, 'liked' => true]
|
['tid' => $texture->tid, 'liked' => true],
|
||||||
],
|
],
|
||||||
'current_uid' => $otherUser->uid,
|
'current_uid' => $otherUser->uid,
|
||||||
'total_pages' => 2,
|
'total_pages' => 2,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user