PHP Classes

File: phpunit.xml

Recommend this page to a friend!
  Classes of carlos carvalho   Flysystem Cloudinary   phpunit.xml   Download  
File: phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Flysystem Cloudinary
Access files stored in Cloudinary using Flysystem
Author: By
Last change:
Date: 4 years ago
Size: 882 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupStaticAttributes="false" cacheTokens="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" forceCoversAnnotation="false" processIsolation="false" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false" verbose="false" > <testsuites> <testsuite name="Cloudinary/tests"> <directory suffix="Test.php">./tests/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">./src/</directory> </whitelist> </filter> <logging> <log type="coverage-clover" target="clover.xml"/> </logging> </phpunit>