<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="./tests/Bootstrap.php" convertErrorsToExceptions="true" convertWarningsToExceptions="true" convertNoticesToExceptions="true" convertDeprecationsToExceptions="true" colors="true" verbose="true" > <testsuites> <testsuite name="Mockery Test Suite PHP7"> <directory suffix="Test.php">./tests</directory> <exclude>./tests/PHP80</exclude> <exclude>./tests/PHP81</exclude> </testsuite> <testsuite name="Mockery Test Suite PHP80"> <directory phpVersion="8.0.0-dev" phpVersionOperator=">=">./tests</directory> <exclude>./tests/PHP81</exclude> </testsuite> <testsuite name="Mockery Test Suite PHP81"> <directory phpVersion="8.1.0-dev" phpVersionOperator=">=">./tests</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">./library/</directory> <exclude> <directory>./library/Mockery/Adapter/Phpunit/Legacy</directory> <file>./library/Mockery/Adapter/Phpunit/TestListener.php</file> <file>./library/Mockery/Adapter/Phpunit/MockeryPHPUnitIntegrationAssertPostConditions.php</file> <file>./library/Mockery/Adapter/Phpunit/MockeryTestCaseSetUp.php</file> </exclude> </whitelist> </filter> </phpunit>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.git | Folder | 0755 |
|
|
.github | Folder | 0755 |
|
|
docs | Folder | 0755 |
|
|
library | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
.gitattributes | File | 247 B | 0644 |
|
.gitignore | File | 228 B | 0644 |
|
.php_cs | File | 612 B | 0644 |
|
.phpstorm.meta.php | File | 360 B | 0644 |
|
.styleci.yml | File | 224 B | 0644 |
|
CHANGELOG.md | File | 8.9 KB | 0644 |
|
CONTRIBUTING.md | File | 3.29 KB | 0644 |
|
LICENSE | File | 1.47 KB | 0644 |
|
Makefile | File | 949 B | 0644 |
|
README.md | File | 10.23 KB | 0644 |
|
composer.json | File | 1.45 KB | 0644 |
|
phpunit.xml.dist | File | 1.54 KB | 0644 |
|