PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Scott Arciszewski   Argon2 Refiner   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Argon2 Refiner
Benchmark Argon2id hashing to recommend parameters
Author: By
Last change:
Date: 4 years ago
Size: 247 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php"> <testsuites> <testsuite name="Unit Tests"> <directory suffix="Test.php">./tests</directory> </testsuite> </testsuites> </phpunit>