PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Koala Yeung   Widgetfy   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Widgetfy
Generate HTML to embed video content of given URL
Author: By
Last change: Update of phpunit.xml
Date: 2 months ago
Size: 490 bytes
 

Contents

Class file image Download
<phpunit bootstrap="./autoload.php"> <testsuites> <testsuite name="Utilities"> <directory>tests/Utils</directory> </testsuite> <testsuite name="Sites"> <directory>tests/Site</directory> </testsuite> <testsuite name="MediaFiles"> <directory>tests/MediaFile</directory> </testsuite> <testsuite name="Core"> <directory suffix="Test.php">tests</directory> <directory>tests/Core</directory> </testsuite> </testsuites> </phpunit>