Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Письменов Дмитрий Иванович
/
yourroomads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit b623b8eb
authored
May 21, 2021
by
Vladislav
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitlab.veeble.ru/pismenov/yourroomads
2 parents
823bc499
f4ecd291
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
tests/Unit/CheckCampaignsTest.php
tests/Unit/CheckCampaignsTest.php
View file @
b623b8e
...
@@ -61,7 +61,7 @@ class CheckCampaignsTest extends TestCase
...
@@ -61,7 +61,7 @@ class CheckCampaignsTest extends TestCase
'Timestamp'
=>
'test time'
,
'Timestamp'
=>
'test time'
,
'Campaigns'
=>
[
'Campaigns'
=>
[
[
[
'ChangesIn'
=>
[
'SELF'
],
'ChangesIn'
=>
[
'SELF'
,
'CHILDREN'
],
'CampaignId'
=>
1
'CampaignId'
=>
1
],
],
[
[
...
@@ -74,6 +74,6 @@ class CheckCampaignsTest extends TestCase
...
@@ -74,6 +74,6 @@ class CheckCampaignsTest extends TestCase
$this
->
assertEquals
(
$this
->
request
->
getToken
()
->
timestamp
,
'test time'
);
$this
->
assertEquals
(
$this
->
request
->
getToken
()
->
timestamp
,
'test time'
);
$this
->
assertEquals
(
1
,
Campaigns
::
forUpdatedSelf
()
->
count
());
$this
->
assertEquals
(
1
,
Campaigns
::
forUpdatedSelf
()
->
count
());
$this
->
assertEquals
(
1
,
Campaigns
::
forUpdatedChildren
()
->
count
());
$this
->
assertEquals
(
2
,
Campaigns
::
forUpdatedChildren
()
->
count
());
}
}
}
}
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment