PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Camilo Sperberg   PHP Valida RUT   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Valida RUT
Validate RUT Chilean numbers
Author: By
Last change: No coverage report by default
Fixing dependency routes
Further code simplification

Enabled strict mode on PHPUnit
Added a test case
Date: 9 years ago
Size: 473 bytes
 

Contents

Class file image Download
<phpunit colors="true" strict="true" bootstrap="tests/bootstrap.php"> <filter> <blacklist> <directory suffix=".php">./vendor</directory> </blacklist> </filter> <testsuite name="rutverifier"> <directory>./tests/</directory> </testsuite> <logging> <!-- Enable log below to get code coverage report --> <!-- log type="coverage-html" target="tests/report/" charset="UTF-8"/--> </logging> </phpunit>