PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Scott Arciszewski   PHP String Hidden Characters   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP String Hidden Characters
Hide strings to avoid appearing in stack traces
Author: By
Last change:
Date: 4 years ago
Size: 473 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.0/phpunit.xsd" backupGlobals="false" backupStaticAttributes="false" bootstrap="./vendor/autoload.php" > <testsuites> <testsuite name="Paragonie/HiddenString Test Suite"> <directory suffix="Test.php">./test</directory> </testsuite> </testsuites> </phpunit>