PHP Classes

File: tests/phpunit.xml

Recommend this page to a friend!
  Classes of Evaldo Barbosa   Puller   tests/phpunit.xml   Download  
File: tests/phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Puller
Scrape product data pages from e-commerce sites
Author: By
Last change: Update of tests/phpunit.xml
Date: 4 months ago
Size: 630 bytes
 

Contents

Class file image Download
<phpunit backupGlobals = "false" backupStaticAttributes = "false" colors = "true" convertErrorsToExceptions = "true" convertNoticesToExceptions = "true" convertWarningsToExceptions = "true" processIsolation = "false" stopOnFailure = "false" syntaxCheck = "false" bootstrap = "bootstrap.php" > <testsuites> <testsuite name="Front"> <directory suffix=".php">src/</directory> </testsuite> </testsuites> </phpunit>