PHP Classes

File: vendor/mockery/mockery/phpunit.xml.dist

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   Laravel Blogging Platform   vendor/mockery/mockery/phpunit.xml.dist   Download  
File: vendor/mockery/mockery/phpunit.xml.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Blogging Platform
Manage blog posts using Laravel and Bootstrap
Author: By
Last change:
Date: 4 years ago
Size: 1,680 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="./tests/Bootstrap.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnError="false" stopOnFailure="false" syntaxCheck="true" verbose="true"> > <testsuites> <testsuite name="Mockery Test Suite"> <directory suffix="Test.php">./tests</directory> <exclude>./tests/Mockery/MockingVariadicArgumentsTest.php</exclude> <exclude>./tests/Mockery/MockingParameterAndReturnTypesTest.php</exclude> <exclude>./tests/Mockery/Generator/StringManipulation/Pass/MagicMethodTypeHintsPassTest.php</exclude> <exclude>./tests/Mockery/Php72LanguageFeaturesTest.php</exclude> <file phpVersion="7.0.0-dev" phpVersionOperator=">=">./tests/Mockery/MockingParameterAndReturnTypesTest.php</file> <file phpVersion="7.0.0-dev" phpVersionOperator=">=">./tests/Mockery/Generator/StringManipulation/Pass/MagicMethodTypeHintsPassTest.php</file> <file phpVersion="7.2.0-dev" phpVersionOperator=">=">./tests/Mockery/Php72LanguageFeaturesTest.php</file> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">./library/</directory> <exclude> <file>./library/Mockery/Adapter/Phpunit/TestListener.php</file> </exclude> </whitelist> </filter> </phpunit>