PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of AccountKiller   Fuse   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Fuse
Fuzzy search of arrays using the Bitap algorithm
Author: By
Last change: fix: make Pest work with GitHub Actions

Date: 10 days ago
Size: 247 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8" ?> <phpunit bootstrap="vendor/autoload.php" colors="true"> <testsuites> <testsuite name="Fuse Test Suite"> <directory>tests</directory> </testsuite> </testsuites> </phpunit>