PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Packages of Scott Arciszewski   PHP Password Lock   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Password Lock
Hash and encrypt passwords with Bcrypt and SHA2
Author: By
Last change: Migrate off Travis CI
Date: 7 months ago
Size: 541 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnError="false" stopOnFailure="false" > <testsuites> <testsuite name="HPKP Builder Test Suite"> <directory suffix="Test.php">./tests</directory> </testsuite> </testsuites> </phpunit>