PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of mohammad anzawi   PHP Similarity Between Two Strings   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Similarity Between Two Strings
Calculate the similarity level of two text strings
Author: By
Last change:
Date: 2 years ago
Size: 606 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap = "vendor/autoload.php" backupGlobals = "false" backupStaticAttributes = "false" colors = "true" convertErrorsToExceptions = "true" convertNoticesToExceptions = "true" convertWarningsToExceptions = "true" processIsolation = "false" stopOnFailure = "false"> <testsuites> <testsuite name="Simple testing"> <directory>tests</directory> </testsuite> </testsuites> </phpunit>