PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Francesco Danti   ATK4 FastRoute   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content typex: text/plain
Description: Auxiliary data
Class: ATK4 FastRoute
Process HTTP requests using configured routes
Author: By
Last change: Merge branch 'master' of https://github.com/abbadon1334/atk4-fastroute
Merge branch 'master' into align-with-atk4-2.3.5
Date: 3 months ago
Size: 645 bytes
 

Contents

Class file image Download
<phpunit bootstrap="vendor/autoload.php" printerClass="Atk4\Core\Phpunit\ResultPrinter" colors="true"> <php> <env name="DB_DSN" value="sqlite::memory:" /> <env name="DB_USER" value="" /> <env name="DB_PASSWORD" value="" /> </php> <testsuites> <testsuite name="tests"> <directory>tests</directory> </testsuite> </testsuites> <listeners> <listener class="JohnKary\PHPUnit\Listener\SpeedTrapListener" /> </listeners> <coverage> <include> <directory suffix=".php">src</directory> </include> <report> <php outputFile="coverage/phpunit.cov" /> </report> </coverage> </phpunit>