PHP Classes

File: phpunit.travis.xml

Recommend this page to a friend!
  Classes of Julian Finkler   Legendary Mind   phpunit.travis.xml   Download  
File: phpunit.travis.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Legendary Mind
Emulate a brain using neural networking links
Author: By
Last change:
Date: 6 years ago
Size: 661 bytes
 

Contents

Class file image Download
<!-- ~ This file is part of the Devtronic Legendary Mind package. ~ ~ (c) Julian Finkler <julian@developer-heaven.de> ~ ~ For the full copyright and license information, please read the LICENSE ~ file that was distributed with this source code. --> <phpunit bootstrap="tests/autoload.php"> <testsuites> <testsuite name="Devtronic Legendary Mind Test Suite"> <directory suffix="Test.php">./tests/</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">./src</directory> </whitelist> </filter> </phpunit>