PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of rodrigomanara   PHP Brute Force Protection   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Brute Force Protection
Protect pages access against brute force attacks
Author: By
Last change:
Date: 6 years ago
Size: 661 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="tests/bootstrap.php" backupGlobals="true" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="true" stopOnFailure="false" syntaxCheck="false" verbose="true"> <testsuites> <testsuite name="The project's test suite"> <directory>./tests/BrutaForce</directory> </testsuite> </testsuites> </phpunit>