PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of AccountKiller   PHP Text Language Detection Library   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Text Language Detection Library
Detect the language of a given text string
Author: By
Last change:
Date: 7 years ago
Size: 471 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8" ?> <phpunit bootstrap="./vendor/autoload.php" color="true" convertErrorsToException="true" convertNoticesToException="true" convertWarningsToException="true" stopOnFailures="false" syntaxCheck="false" > <testsuites> <testsuite name="LanguageDetector PHPUnit Test"> <directory>./tests/</directory> </testsuite> </testsuites> </phpunit>