PHP Classes

File: tests/phpunit.xml

Recommend this page to a friend!
  Classes of Jericko Tejido   basset-ir   tests/phpunit.xml   Download  
File: tests/phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: basset-ir
Retrieve, transform and process text documents
Author: By
Last change:
Date: 5 years ago
Size: 412 bytes
 

Contents

Class file image Download
<phpunit bootstrap="bootstrap.php" colors="true"> <testsuites> <testsuite name="Documents" > <directory suffix="Test.php">Basset/Documents</directory> </testsuite> <testsuite name="Tokenizers" > <directory suffix="Test.php">Basset/Tokenizers</directory> </testsuite> <testsuite name="Metric" > <directory suffix="Test.php">Basset/Metric</directory> </testsuite> </testsuites> </phpunit>