Skip to content

Commit

Permalink
composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszUrbanowicz committed Nov 28, 2015
1 parent 3aea3e6 commit 8436e2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/functional/ContentCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public function seeStickyContentOnTopOfTheList(FunctionalTester $I)
'parentId' => $category->id,
'translations' => [
'langCode' => 'en',
'title' => 'ZZZ',
'title' => 'This content is sticky.',
'isActive' => 1
]
]
Expand All @@ -140,7 +140,7 @@ public function seeStickyContentOnTopOfTheList(FunctionalTester $I)
'parentId' => $category->id,
'translations' => [
'langCode' => 'en',
'title' => 'AAA',
'title' => 'And this is not.',
'isActive' => 1
]
]
Expand All @@ -166,7 +166,7 @@ public function seePromotedContentOnTopOfTheList(FunctionalTester $I)
'parentId' => $category->id,
'translations' => [
'langCode' => 'en',
'title' => 'ZZZ',
'title' => 'This content is promoted.',
'isActive' => 1
]
]
Expand All @@ -179,7 +179,7 @@ public function seePromotedContentOnTopOfTheList(FunctionalTester $I)
'parentId' => $category->id,
'translations' => [
'langCode' => 'en',
'title' => 'AAA',
'title' => 'And this is not',
'isActive' => 1
]
]
Expand Down

0 comments on commit 8436e2b

Please sign in to comment.