PHP Classes

File: phpunit.xml.dist

Recommend this page to a friend!
  Classes of Edgar Asatryan   notymo   phpunit.xml.dist   Download  
File: phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: notymo
Send push notifications to iOS and Android devices
Author: By
Last change:
Date: 7 years ago
Size: 607 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit colors="true" bootstrap="tests/notymo/bootstrap.php" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnError="false" stopOnFailure="false"> <testsuites> <testsuite name="Project"> <directory>tests/notymo</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory>src/notymo</directory> </whitelist> </filter> </phpunit>