PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Insolita   Unused PHP Composer Packages Scanner   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Unused PHP Composer Packages Scanner
Detect packages in a composer project that unused
Author: By
Last change:
Date: 4 years ago
Size: 505 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="tests/bootstrap.php" colors="true" backupGlobals="false" backupStaticAttributes="false" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="true" verbose="true" stopOnFailure="false" beStrictAboutOutputDuringTests="false" > <testsuites> <testsuite name="Unit"> <directory suffix="Test.php">./tests</directory> </testsuite> </testsuites> </phpunit>