PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of adeniyi ibraheem   Laravel Etextmail   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Etextmail
Send SMS messages via etextmail.com API
Author: By
Last change:
Date: 6 years ago
Size: 881 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php" backupGlobals="false" backupStaticAttributes="false" colors="true" verbose="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false"> <testsuites> <testsuite name="Laravel EtextMail"> <directory>tests</directory> </testsuite> </testsuites> <logging> <log type="coverage-php" target="build/cov/coverage.cov"/> <log type="coverage-text" target="php://stdout" showUncoveredFiles="true"/> <log type="coverage-clover" target="build/logs/clover.xml"/> <log type="junit" target="build/logs/junit.xml" logIncompleteSkipped="false"/> </logging> </phpunit>