Series can now be searched with normalized search. re #48, #49

This commit is contained in:
Sébastien Lucas 2014-05-12 22:15:51 +02:00
parent 789fc5468e
commit d9bdd2b136
3 changed files with 6 additions and 5 deletions

View file

@ -714,6 +714,7 @@ class PageTest extends PHPUnit_Framework_TestCase
array ("émile zola", 1, "1 author"),
array ("Litterature", 1, "1 tag"),
array ("Litterâture", 1, "1 tag"),
array ("Serie des Rougon", 1, "1 series"),
array ("Eugene Fasquelle", 1, "1 publisher")
);
}