Skip to content

Commit

Permalink
Merge pull request #3973 in SW/shopware from sw-15937/5.2/fix-seo-tes…
Browse files Browse the repository at this point in the history
…ts to 5.2

* commit '24dabf0afa01023acf9936894c8a1e8b67832aa4':
  SW-15937 - Fix SEO URL generation tests
  • Loading branch information
Oliver Skroblin authored and Oliver Skroblin committed Aug 15, 2016
2 parents 7ee6437 + 24dabf0 commit d457655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Functional/Core/sRewriteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function provider()
['Hello World.html', 'Hello-World.html'],
['Hello World!', 'Hello-World'],
['Hello World!.html', 'Hello-World.html'],
['Hello / World', 'Hello-World'],
['Hello / World', 'Hello/World'],
['Hello/World', 'Hello/World'],
['H+e#l1l--o/W§o r.l:d)', 'H-e-l1l-o/W-o-r.l-d'],
[': World', 'World'],
Expand Down

0 comments on commit d457655

Please sign in to comment.