PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of ángel cruz   Laravel Instapago   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Instapago
process payments with the Instapago and Laravel
Author: By
Last change:
Date: 7 years ago
Size: 723 bytes
 

Contents

Class file image Download
<phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false" verbose="true"> <testsuites> <testsuite name="instapago"> <directory>tests/</directory> </testsuite> </testsuites> <logging> <log type="coverage-clover" target="clover.xml"/> </logging> <filter> <whitelist> <directory suffix=".php">Instapago</directory> </whitelist> </filter> </phpunit>