PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Cuthbert Martin Lwinga   PHP Neural Net Library   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Neural Net Library
Build, train, evaluate, and use neural networks
Author: By
Last change:
Date: 5 months ago
Size: 358 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php" colors="true" stopOnFailure="false"> <testsuites> <testsuite name="Calculator"> <directory>TEST/NumpyLight</directory> <directory>TEST/Neural_Networks_Components</directory> </testsuite> </testsuites> </phpunit>