PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Kacper Rowinski   OneClickCaptcha   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: OneClickCaptcha
CAPTCHA validation based on user clicks on circles
Author: By
Last change: Update of phpunit.xml
Date: 2 months ago
Size: 371 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php" stderr="true"> <testsuites> <testsuite name="Config Test Suite"> <directory>tests</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">./src</directory> </whitelist> </filter> </phpunit>