PHP Classes

File: tests/config/phpunit-unit.xml

Recommend this page to a friend!
  Classes of Leonardo Di Sarli   Ala PHP API Micro-Framework   tests/config/phpunit-unit.xml   Download  
File: tests/config/phpunit-unit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Ala PHP API Micro-Framework
Generate base code for API using a query builder
Author: By
Last change:
Date: 6 months ago
Size: 1,713 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" backupStaticAttributes="false" bootstrap="../../bootstrap/app.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"> <coverage processUncoveredFiles="true"> <include> <directory suffix=".php">../../app</directory> </include> <exclude> <directory suffix=".php">../../app/Console</directory> <directory suffix=".php">../../app/Constants</directory> <directory suffix=".php">../../app/Domains/*/Http</directory> <directory suffix=".php">../../app/Domains/Doc</directory> <directory suffix=".php">../../app/Exceptions</directory> <directory suffix=".php">../../app/Http/Controllers</directory> <directory suffix=".php">../../app/Http/Requests</directory> <directory suffix=".php">../../app/Providers</directory> <directory suffix=".php">../../app/Seeds</directory> <directory suffix=".php">../../app/Templates</directory> <directory suffix=".php">../../app/TestFiles</directory> </exclude> </coverage> <testsuites> <testsuite name="Application Test Suite"> <directory suffix="Test.php">../Unit</directory> </testsuite> </testsuites> <php> <env name="APP_ENV" value="testing"/> <env name="CACHE_DRIVER" value="array"/> <env name="QUEUE_DRIVER" value="sync"/> </php> </phpunit>