PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Matthias Sommerfeld   IDNA Convert   ???   Download  
File: ???
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: IDNA Convert
Convert from and to IDNA Punycode domain names
Author: By
Last change: Catch invalid Punycode strings (#44)

Date: 10 days ago
Size: 567 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.5/phpunit.xsd" bootstrap="vendor/autoload.php" beStrictAboutOutputDuringTests="true" cacheDirectory=".phpunit.cache" requireCoverageMetadata="true" beStrictAboutCoverageMetadata="true"> <coverage/> <testsuite name="default"> <directory suffix="Test.php">tests</directory> </testsuite> <source> <include> <directory suffix=".php">src</directory> </include> </source> </phpunit>