PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Lukas Mestan   Time Lock Crypt   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Time Lock Crypt
Encrypt data using key generated for a time period
Author: By
Last change: psr-4
Date: 8 years ago
Size: 560 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" stopOnFailure="false" syntaxCheck="false"> <testsuites> <testsuite name="test Suite"> <directory suffix=".php">./tests/</directory> </testsuite> </testsuites> </phpunit>