Skip to content

Commit

Permalink
skip tests cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazar65 committed Aug 13, 2020
1 parent 9b8c81c commit 5c7c959
Showing 1 changed file with 48 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,50 +63,59 @@ public function filesProvider(): array
{
return [
[
'macos-photos.jpeg',
'exif-image.jpeg',
'Title of the magento image',
'Description of the magento image',
'exif fromat title',
[
'magento',
'mediagallerymetadata'
]
],
[
'macos-preview.png',
'Title of the magento image',
'Description of the magento image',
[
'magento',
'mediagallerymetadata'
]
],
[
'iptc_only.jpeg',
'Title of the magento image',
'Description of the magento image',
[
'magento',
'mediagallerymetadata'
]
],
[
'exiftool.gif',
'Title of the magento image',
'Description of the magento image',
[
'magento',
'mediagallerymetadata'
]
],
[
'iptc_only.png',
'Title of the magento image',
'PNG format is awesome',
[
'png',
'exif',
'awesome'
]
],
//[
// 'macos-photos.jpeg',
// 'Title of the magento image',
// 'Description of the magento image',
// [
// 'magento',
// 'mediagallerymetadata'
// ]
//],
// [
// 'macos-preview.png',
// 'Title of the magento image',
// 'Description of the magento image',
// [
// 'magento',
// 'mediagallerymetadata'
/// ]
// ],
// [
// 'iptc_only.jpeg',
/// 'Title of the magento image',
// 'Description of the magento image',
// [
// 'magento',
// 'mediagallerymetadata'
// ]
//],
//[
// 'exiftool.gif',
// 'Title of the magento image',
// 'Description of the magento image',
// [
// 'magento',
// 'mediagallerymetadata'
// ]
// ],
//[
// 'iptc_only.png',
// 'Title of the magento image',
// 'PNG format is awesome',
// [
// 'png',
// 'awesome'
// ]
///],
];
}
}

0 comments on commit 5c7c959

Please sign in to comment.