PHP Classes

File: web/SSO/vendor/simplesamlphp/saml2/tools/phpunit/phpunit.xml

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/vendor/simplesamlphp/saml2/tools/phpunit/phpunit.xml   Download  
File: web/SSO/vendor/simplesamlphp/saml2/tools/phpunit/phpunit.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 717 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" syntaxCheck="false" bootstrap="./../../tests/autoload.php"> <testsuites> <testsuite name="Test Suite"> <directory>./../../tests</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory>./../../src</directory> </whitelist> </filter> </phpunit>