-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
40 changed files
with
1,188 additions
and
831 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-102 KB
(47%)
tests/Application/Resources/fixtures/specified_products_banner.png
Oops, something went wrong.
Diff not rendered.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 27 additions & 0 deletions
27
tests/Application/config/packages/fixtures/1_collection.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
parameters: | ||
fixtures_dir: "%kernel.project_dir%/Resources/fixtures" | ||
|
||
sylius_fixtures: | ||
suites: | ||
default: | ||
listeners: | ||
orm_purger: ~ | ||
logger: ~ | ||
fixtures: | ||
collection: | ||
options: | ||
custom: | ||
blog: | ||
name: "Blog" | ||
type: "page" | ||
page_codes: | ||
- "lorem_ipsum" | ||
homepage: | ||
name: "Homepage" | ||
type: "page" | ||
black_friday: | ||
name: "Black Friday" | ||
type: "block" | ||
products_details: | ||
name: "Product details" | ||
type: "block" |
183 changes: 183 additions & 0 deletions
183
tests/Application/config/packages/fixtures/1_media.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,183 @@ | ||
parameters: | ||
fixtures_dir: "%kernel.project_dir%/Resources/fixtures" | ||
|
||
sylius_fixtures: | ||
suites: | ||
default: | ||
listeners: | ||
orm_purger: ~ | ||
logger: ~ | ||
fixtures: | ||
media: | ||
options: | ||
custom: | ||
black_friday_banner: | ||
name: "T-Shirts banner" | ||
channels: | ||
- "FASHION_WEB" | ||
type: image | ||
path: "%fixtures_dir%/black_friday_banner.png" | ||
original_name: "black_friday_banner.png" | ||
translations: | ||
en_US: | ||
alt: "T-Shirts banner" | ||
homepage_banner_1: | ||
name: "Homepage banner 1" | ||
channels: | ||
- "FASHION_WEB" | ||
type: image | ||
path: "%fixtures_dir%/homepage_banner_1.png" | ||
original_name: "homepage_banner_1.png" | ||
translations: | ||
en_US: | ||
alt: "Homepage banner 1" | ||
homepage_banner_2: | ||
name: "Homepage banner 2" | ||
channels: | ||
- "FASHION_WEB" | ||
type: image | ||
path: "%fixtures_dir%/homepage_banner_2.png" | ||
original_name: "homepage_banner_2.png" | ||
translations: | ||
en_US: | ||
alt: "Homepage_banner_2" | ||
homepage_banner_3: | ||
name: "Homepage banner 3" | ||
channels: | ||
- "FASHION_WEB" | ||
type: image | ||
path: "%fixtures_dir%/homepage_banner_3.png" | ||
original_name: "homepage_banner_3.png" | ||
translations: | ||
en_US: | ||
alt: "Homepage banner 3" | ||
blog_banner: | ||
name: "Blog banner" | ||
channels: | ||
- "FASHION_WEB" | ||
type: image | ||
path: "%fixtures_dir%/blog_banner.png" | ||
original_name: "blog_banner.png" | ||
translations: | ||
en_US: | ||
alt: "Blog banner" | ||
blog_post_1_header_banner: | ||
name: "Blog post 1 banner" | ||
channels: | ||
- "FASHION_WEB" | ||
type: image | ||
path: "%fixtures_dir%/blog_post_1_header_banner.png" | ||
original_name: "blog_post_1_header_banner.png" | ||
translations: | ||
en_US: | ||
alt: "Blog post 1 banner" | ||
blog_post_2_header_banner: | ||
name: "Blog post 2 banner" | ||
channels: | ||
- "FASHION_WEB" | ||
type: image | ||
path: "%fixtures_dir%/blog_post_2_header_banner.png" | ||
original_name: "blog_post_2_header_banner.png" | ||
translations: | ||
en_US: | ||
alt: "Blog post 2 banner" | ||
blog_post_3_header_banner: | ||
name: "Blog post 3 banner" | ||
channels: | ||
- "FASHION_WEB" | ||
type: image | ||
path: "%fixtures_dir%/blog_post_3_header_banner.png" | ||
original_name: "blog_post_3_header_banner.png" | ||
translations: | ||
en_US: | ||
alt: "Blog post 3 banner" | ||
blog_post_1_teaser_image: | ||
name: "Blog post 1 teaser" | ||
channels: | ||
- "FASHION_WEB" | ||
type: image | ||
path: "%fixtures_dir%/blog_post_1_teaser_image.png" | ||
original_name: "blog_post_1_teaser_image.png" | ||
translations: | ||
en_US: | ||
alt: "Blog post 1 teaser" | ||
blog_post_2_teaser_image: | ||
name: "Blog post 2 teaser" | ||
channels: | ||
- "FASHION_WEB" | ||
type: image | ||
path: "%fixtures_dir%/blog_post_2_teaser_image.png" | ||
original_name: "blog_post_2_teaser_image.png" | ||
translations: | ||
en_US: | ||
alt: "Blog post 2 teaser" | ||
blog_post_3_teaser_image: | ||
name: "Blog post 3 teaser" | ||
channels: | ||
- "FASHION_WEB" | ||
type: image | ||
path: "%fixtures_dir%/blog_post_3_teaser_image.png" | ||
original_name: "blog_post_3_teaser_image.png" | ||
translations: | ||
en_US: | ||
alt: "Blog post 3 teaser" | ||
blog_post_1_content_image_1: | ||
name: "Blog post 1 content image 1" | ||
channels: | ||
- "FASHION_WEB" | ||
type: image | ||
path: "%fixtures_dir%/blog_post_1_content_image_1.png" | ||
original_name: "blog_post_1_content_image_1.png" | ||
translations: | ||
en_US: | ||
alt: "Blog post 1 content image 1" | ||
blog_post_1_content_image_2: | ||
name: "Blog post 1 content image 2" | ||
channels: | ||
- "FASHION_WEB" | ||
type: image | ||
path: "%fixtures_dir%/blog_post_1_content_image_2.png" | ||
original_name: "blog_post_1_content_image_2.png" | ||
translations: | ||
en_US: | ||
alt: "Blog post 1 content image 2" | ||
blog_post_2_content_image_1: | ||
name: "Blog post 2 content image 1" | ||
channels: | ||
- "FASHION_WEB" | ||
type: image | ||
path: "%fixtures_dir%/blog_post_2_content_image_1.png" | ||
original_name: "blog_post_2_content_image_1.png" | ||
translations: | ||
en_US: | ||
alt: "Blog post 2 content image 1" | ||
blog_post_2_content_image_2: | ||
name: "Blog post 2 content image 2" | ||
channels: | ||
- "FASHION_WEB" | ||
type: image | ||
path: "%fixtures_dir%/blog_post_2_content_image_2.png" | ||
original_name: "blog_post_2_content_image_2.png" | ||
translations: | ||
en_US: | ||
alt: "Blog post 2 content image 2" | ||
blog_post_3_content_image_1: | ||
name: "Blog post 3 content image 1" | ||
channels: | ||
- "FASHION_WEB" | ||
type: image | ||
path: "%fixtures_dir%/blog_post_3_content_image_1.png" | ||
original_name: "blog_post_3_content_image_1.png" | ||
translations: | ||
en_US: | ||
alt: "Blog post 3 content image 1" | ||
blog_post_3_content_image_2: | ||
name: "Blog post 3 content image 2" | ||
channels: | ||
- "FASHION_WEB" | ||
type: image | ||
path: "%fixtures_dir%/blog_post_3_content_image_2.png" | ||
original_name: "blog_post_3_content_image_2.png" | ||
translations: | ||
en_US: | ||
alt: "Blog post 3 content image 2" |
26 changes: 26 additions & 0 deletions
26
tests/Application/config/packages/fixtures/1_template.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
parameters: | ||
fixtures_dir: "%kernel.project_dir%/Resources/fixtures" | ||
|
||
sylius_fixtures: | ||
suites: | ||
default: | ||
listeners: | ||
orm_purger: ~ | ||
logger: ~ | ||
fixtures: | ||
template: | ||
options: | ||
custom: | ||
homepage: | ||
name: "Page template" | ||
type: "page" | ||
content_elements: | ||
- type: "textarea" | ||
- type: "multiple_media" | ||
about: | ||
name: "Block template" | ||
type: "block" | ||
content_elements: | ||
- type: "heading" | ||
- type: "textarea" | ||
- type: "single_media" |
Oops, something went wrong.