DAT-3207 tests update

This commit is contained in:
idradm 2015-09-08 10:26:48 +02:00
parent 97c8de1842
commit c5adee4ff7

View file

@ -177,10 +177,10 @@ class ImageFilenameSanitizerTest extends WikiaBaseTest {
'Content of gallery with diacritics and UTF characters'
],
[
'[[Image:image.jpg|300px|lorem ipsum]]',
'es',
'image.jpg',
'Link to filename with canonical namespace, width and caption on a non-EN wiki '
'Image:filename.jpg',
'en',
'filename.jpg',
'Filename with alias to namespace'
],
];
}