PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Matheusz Maydana   Bames   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Bames
Application collection to study design patterns
Author: By
Last change:
Date: 26 days ago
Size: 599 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" executionOrder="default" beStrictAboutOutputDuringTests="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd" bootstrap="vendor/autoload.php" colors="true"> <testsuites> <testsuite name="Test Suite"> <directory suffix="Test.php">./tests</directory> </testsuite> </testsuites> <coverage/> <source> <include> <directory suffix=".php">./app</directory> <directory suffix=".php">./src</directory> </include> </source> </phpunit>