PHP Classes

File: build/infection/phpunitConfiguration.initial.infection.xml

Recommend this page to a friend!
  Classes of Tomáš Vojík   PHP Tournament Bracket Generator   build/infection/phpunitConfiguration.initial.infection.xml   Download  
File: build/infection/phpunitConfiguration.initial.infection.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Tournament Bracket Generator
Organize the matches of teams in a tournament
Author: By
Last change:
Date: 8 days ago
Size: 828 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="/Users/heroyt/Projects/tournament-generator//vendor/autoload.php" colors="false" verbose="true" stopOnFailure="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd" executionOrder="random" resolveDependencies="true" failOnRisky="true" failOnWarning="true" cacheResult="false" stderr="false"> <coverage> <include> <directory>/Users/heroyt/Projects/tournament-generator//src</directory> <directory>/Users/heroyt/Projects/tournament-generator//build</directory> </include> </coverage> <testsuites> <testsuite name="Tournament Generator"> <directory>/Users/heroyt/Projects/tournament-generator//tests</directory> </testsuite> </testsuites> </phpunit>