Added urlify to try and create webbie auto-suggestions out of whatever unicode stuff gets thrown in as a name. Currently this will only work for latin/european/cyrillic/russian, but possible to extend to ideographic forms.
This commit is contained in:
8
library/urlify/tests/phpunit.xml
Normal file
8
library/urlify/tests/phpunit.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<phpunit bootstrap="bootstrap.php">
|
||||
<testsuite name="URLify Test Suite">
|
||||
<directory>.</directory>
|
||||
</testsuite>
|
||||
<logging>
|
||||
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/>
|
||||
</logging>
|
||||
</phpunit>
|
||||
Reference in New Issue
Block a user