PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Omar Andrés Barbosa Ortiz   Packager   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Packager
Implement Facades to call classes statically
Author: By
Last change:
Date: 7 years ago
Size: 513 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals = "false" backupStaticAttributes = "false" bootstrap = "vendor/autoload.php" colors = "true" convertErrorsToException = "true" convertNoticesToException = "true" convertWarningsToException = "true" processIsolation = "false" stopOnFailure = "false" syntaxCheck = "false"> <testsuites> <testsuite name = "Barbosa test suite"> <directory suffix = ".php">./tests/Unit/</directory> </testsuite> </testsuites> </phpunit>