PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Joćo Ribeiro   PHP URL Extractor   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP URL Extractor
Extract URLs of images and metadata from Web pages
Author: By
Last change:
Date: 8 years ago
Size: 420 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="tests/Bootstrap.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnFailure="false" verbose="true"> <testsuites> <testsuite name="UrlExtractor"> <directory>./tests/UrlExtractorTest</directory> </testsuite> </testsuites> </phpunit>