PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Rafa Rodriguez   Div PHP Laze   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Div PHP Laze
Lazy load immutable values using closure functions
Author: By
Last change:
Date: 9 days ago
Size: 654 bytes
 

Contents

Class file image Download
<?xml version="1.0"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.0/phpunit.xsd" executionOrder="depends,defects" failOnRisky="true" failOnWarning="true" colors="true" testdox="false" displayDetailsOnIncompleteTests="true" displayDetailsOnSkippedTests="true" displayDetailsOnTestsThatTriggerDeprecations="true" displayDetailsOnTestsThatTriggerErrors="true" displayDetailsOnTestsThatTriggerNotices="true" displayDetailsOnTestsThatTriggerWarnings="true"> <testsuites> <testsuite name="divengine/laze"> <directory>tests</directory> </testsuite> </testsuites> </phpunit>