PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   PHP Travis Encrypter   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Travis Encrypter
Generate encrypted environment variable for Travis
Author: By
Last change:
Date: 6 years ago
Size: 413 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="true" colors="true" stopOnFailure="false" bootstrap="vendor/autoload.php"> <filter> <whitelist> <directory>./src</directory> </whitelist> </filter> <testsuite name="TravisEncrypter Test Suite"> <directory suffix=".php">./tests</directory> </testsuite> </phpunit>