PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Eric Sizemore   Simple Template Engine   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple Template Engine
Template engine based on text replacement
Author: By
Last change: Update of phpunit.xml
Date: 8 months ago
Size: 411 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.2/phpunit.xsd" defaultTestSuite="default" bootstrap="tests/bootstrap.php" > <testsuite name="default"> <directory>tests/src</directory> </testsuite> <source> <include> <directory>src</directory> </include> </source> </phpunit>