Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Mar 24, 2016
1 parent 0ed7a36 commit 4899f39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/TestCase/Utility/TextTest.php
Expand Up @@ -1670,6 +1670,10 @@ public function slugInputProvider()
'A æ Übérmensch på høyeste nivå! И я люблю PHP! есть. fi ¦', [],
'A-ae-Ubermensch-pa-hoyeste-niva-I-a-lublu-PHP-est-fi'
],
[
'A æ Übérmensch på høyeste nivå! И я люблю PHP! есть. fi ¦', ['transliteratorId' => 'Latin-ASCII'],
'A-ae-Ubermensch-pa-hoyeste-niva-И-я-люблю-PHP-есть-fi'
],
[
'Äpfel Über Öl grün ärgert groß öko', [],
'Apfel-Uber-Ol-grun-argert-gross-oko'
Expand Down

0 comments on commit 4899f39

Please sign in to comment.