PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of Francesco Danti   ATK4 Session   phpunit.xml   Download  
File: phpunit.xml
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: 4 years ago
Size: 723 bytes
 

Contents

Class file image Download
<phpunit colors="true" bootstrap="vendor/autoload.php" printerClass="atk4\core\PHPUnit_AgileResultPrinter"> <php> <var name="DB_DSN" value="sqlite::memory:" /> <var name="DB_USER" value="travis" /> <var name="DB_PASSWD" value="" /> <var name="DB_DBNAME" value="dsql_test" /> </php> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">./src</directory> </whitelist> </filter> <testsuites> <testsuite name="tests"> <directory>tests</directory> </testsuite> </testsuites> <logging> <log type="coverage-php" target="build/logs/clover.cov"/> </logging> </phpunit>