PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Zacchaeus Bolaji   Laravel VTU   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel VTU
Buy pre-paid products from VTU providers
Author: By
Last change:
Date: 4 years ago
Size: 721 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php" backupGlobals="false" backupStaticAttributes="false" colors="true" verbose="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="true" stopOnFailure="true"> <testsuites> <testsuite name="Laravel VTU Test Suite"> <directory>tests</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">src/</directory> </whitelist> </filter> <php> <env name="VOICE_AND_TEXT_TOKEN" value="123456789abcdeghi"/> </php> </phpunit>