PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Rodolfo Berrios Arce   Wordle CLI   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Wordle CLI
Run the Wordle game on the command line console
Author: By
Last change:
Date: 8 days ago
Size: 857 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" verbose="true" cacheResultFile=".phpunit.cache/test-results" failOnRisky="true" failOnWarning="true" testdox="false" executionOrder="default"> <testsuites> <testsuite name="Chevere Test suite"> <directory suffix="Test.php">tests/</directory> </testsuite> </testsuites> <coverage cacheDirectory=".phpunit.cache/code-coverage" processUncoveredFiles="true" ignoreDeprecatedCodeUnits="true"> <include> <directory suffix=".php">src/</directory> </include> <exclude> <directory suffix=".php">src/**/Exceptions/</directory> </exclude> </coverage> </phpunit>