PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Packages 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 days ago
Size: 608 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" colors="true" processIsolation="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" cacheDirectory=".cache/phpunit" backupStaticProperties="false"> <testsuites> <testsuite name="Unit Suite"> <directory>./tests</directory> </testsuite> </testsuites> <source> <include> <directory suffix=".php">src/</directory> </include> </source> </phpunit>