PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Francesco Danti   ATK4 Session   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ATK4 Session
Store and retrieve PHP session data in a database
Author: By
Last change:
Date: 6 hours ago
Size: 547 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> <coverage> <include> <directory suffix=".php">src</directory> </include> <report> <php outputFile="coverage/phpunit.cov" /> </report> </coverage> </phpunit>