home/mip/mip/vendor/mockery/mockery/phpunit.xml.dist 0000664 00000002766 15152054512 0016655 0 ustar 00 <?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>
<file phpVersion="5.6.0" phpVersionOperator=">=">./tests/Mockery/MockingVariadicArgumentsTest.php</file>
<file phpVersion="7.0.0-dev" phpVersionOperator=">=">./tests/Mockery/MockingParameterAndReturnTypesTest.php</file>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./library/</directory>
<exclude>
<file>./library/Mockery/Adapter/Phpunit/MockeryPHPUnitIntegration.php</file>
</exclude>
</whitelist>
</filter>
<listeners>
<listener
class='Mockery\Adapter\Phpunit\TestListener'
file='./library/Mockery/Adapter/Phpunit/TestListener.php'/>
</listeners>
</phpunit>
home/mip/mip/vendor/biscolab/laravel-recaptcha/phpunit.xml.dist 0000644 00000001460 15152054523 0020655 0 ustar 00 <?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" backupStaticAttributes="false" bootstrap="vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">./src</directory>
</include>
<exclude>
<directory suffix=".php">./vendor</directory>
<directory suffix=".php">./config</directory>
</exclude>
</coverage>
<testsuites>
<testsuite name="Unit">
<directory>./tests</directory>
</testsuite>
</testsuites>
</phpunit>
home/mip/mip/vendor/hamcrest/hamcrest-php/tests/phpunit.xml.dist 0000664 00000001210 15152066306 0021061 0 ustar 00 <phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="bootstrap.php"
colors="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false">
<testsuites>
<testsuite name="hamcrest-php">
<directory suffix="Test.php">.</directory>
</testsuite>
</testsuites>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">../hamcrest</directory>
</whitelist>
</filter>
</phpunit>
home/mip/mip/vendor/fzaninotto/faker/phpunit.xml.dist 0000644 00000000362 15152070113 0016775 0 ustar 00 <?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="Faker Test Suite">
<directory>./test/Faker/</directory>
</testsuite>
</testsuites>
</phpunit>
home/mip/mip/vendor/maennchen/zipstream-php/phpunit.xml.dist 0000644 00000000736 15152070114 0020257 0 ustar 00 <?xml version="1.0"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="test/bootstrap.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd" cacheDirectory=".phpunit.cache">
<coverage/>
<testsuites>
<testsuite name="Application">
<directory>test</directory>
</testsuite>
</testsuites>
<logging/>
<source>
<include>
<directory suffix=".php">src</directory>
</include>
</source>
</phpunit>