PHP Classes

File: tests/phpunit.xml

Recommend this page to a friend!
  Classes of Smoren Freelight   NumVerify PHP Phone Number Validation   tests/phpunit.xml   Download  
File: tests/phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: NumVerify PHP Phone Number Validation
Verify phone numbers using NumVerify API
Author: By
Last change:
Date: 7 months ago
Size: 511 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="bootstrap.php" colors="true" beStrictAboutTestsThatDoNotTestAnything="false"> <testsuites> <testsuite name="Tests"> <directory suffix="Test.php">.</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">../src/</directory> <exclude> <directory suffix=".php">../vendor/</directory> </exclude> </whitelist> </filter> </phpunit>