PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Lars Moelleken   PHP URLify   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP URLify
Transliterate non-ASCII characters
Author: By
Last change: [+]: fix "maxLength" usage
[+]: use phpcs fixer
[+]: add support for "Kazakh" and "Slovak"
Date: 5 years ago
Size: 412 bytes
 

Contents

Class file image Download
<phpunit bootstrap="tests/bootstrap.php"> <testsuite name="URLify Test Suite"> <directory>tests</directory> </testsuite> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">./src/</directory> </whitelist> </filter> <logging> <log type="coverage-clover" target="build/logs/clover.xml"/> </logging> </phpunit>