Applied latest StyleCI changes
This commit is contained in:
parent
e43f679e62
commit
73a37b3cd9
|
@ -64,7 +64,7 @@ class SearchApiTest extends TestCase
|
||||||
'preview_html' => [
|
'preview_html' => [
|
||||||
'name' => 'name with <strong>superuniquevalue</strong> within',
|
'name' => 'name with <strong>superuniquevalue</strong> within',
|
||||||
'content' => 'Description with <strong>superuniquevalue</strong> within',
|
'content' => 'Description with <strong>superuniquevalue</strong> within',
|
||||||
]
|
],
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,6 @@ use Tests\TestCase;
|
||||||
|
|
||||||
class UserSearchTest extends TestCase
|
class UserSearchTest extends TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
public function test_select_search_matches_by_name()
|
public function test_select_search_matches_by_name()
|
||||||
{
|
{
|
||||||
$viewer = $this->getViewer();
|
$viewer = $this->getViewer();
|
||||||
|
@ -64,5 +63,4 @@ class UserSearchTest extends TestCase
|
||||||
$resp = $this->get('/search/users/select?search=a');
|
$resp = $this->get('/search/users/select?search=a');
|
||||||
$this->assertPermissionError($resp);
|
$this->assertPermissionError($resp);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue