Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Backend - Engine
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
271
Merge Requests
30
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Backend - Engine
Commits
09438dd6
Commit
09438dd6
authored
39 minutes ago
by
Emiliano Balbuena
Browse files
Options
Download
(cs): Lint
parent
ced9f291
goal/modal-pager
1 merge request
!433
WIP: Modal Page (+ FeedCollection)
Pipeline
#106215724
failed with stages
in 2 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
Spec/Core/Feeds/FeedCollectionSpec.php
View file @
09438dd6
...
...
@@ -65,8 +65,7 @@ class FeedCollectionSpec extends ObjectBehavior
Response
$elasticManagerResponse
,
FeedSyncEntity
$feedSyncEntity1
,
FeedSyncEntity
$feedSyncEntity2
)
{
)
{
$this
->
elasticManager
->
getList
([
'cache_key'
=>
null
,
'container_guid'
=>
null
,
...
...
@@ -165,8 +164,7 @@ class FeedCollectionSpec extends ObjectBehavior
public
function
it_should_fetch_with_sync_on_using_offset_limit_and_cap
(
Response
$elasticManagerResponse
,
FeedSyncEntity
$feedSyncEntity
)
{
)
{
$baseOpts
=
[
'cache_key'
=>
null
,
'container_guid'
=>
null
,
...
...
@@ -251,8 +249,7 @@ class FeedCollectionSpec extends ObjectBehavior
public
function
it_should_fetch_with_sync_on_by_all_or_filtering_by_hashtag
(
Response
$elasticManagerResponse
,
FeedSyncEntity
$feedSyncEntity
)
{
)
{
$baseOpts
=
[
'cache_key'
=>
null
,
'container_guid'
=>
null
,
...
...
This diff is collapsed.
Please
register
or
sign in
to comment