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 f4ecd291
authored
May 21, 2021
by
Евгений
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
поправил миграции
1 parent
dfa9d5fc
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 @
f4ecd29
...
@@ -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