X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar/vendor/mockery/mockery
home
/
gfecatvj
/
sites
/
realesbar
/
vendor
/
mockery
/
mockery
/
📁
..
📄
.gitignore
(201 B)
📄
.php_cs
(582 B)
📄
.phpstorm.meta.php
(287 B)
📄
.scrutinizer.yml
(676 B)
📄
.styleci.yml
(183 B)
📄
.travis.yml
(2.57 KB)
📄
CHANGELOG.md
(5.65 KB)
📄
CONTRIBUTING.md
(3.2 KB)
📄
LICENSE
(1.44 KB)
📄
Makefile
(1.6 KB)
📄
README.md
(9.62 KB)
📄
composer.json
(1.28 KB)
📁
docker
📁
docs
📁
library
📄
phpunit.xml.dist
(1.54 KB)
📁
tests
Editing: phpunit.xml.dist
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="./tests/Bootstrap.php" colors="true" verbose="true" > <testsuites> <testsuite name="Mockery Test Suite"> <directory suffix="Test.php">./tests</directory> <directory phpVersion="7.0.0" phpVersionOperator=">=">./tests/PHP70</directory> <directory phpVersion="7.2.0" phpVersionOperator=">=">./tests/PHP72</directory> <exclude>./tests/PHP56</exclude> <exclude>./tests/Mockery/MockingVariadicArgumentsTest.php</exclude> </testsuite> <testsuite name="Mockery Test Suite PHP56"> <directory suffix="Test.php">./tests</directory> <directory suffix="Test.php">./tests/PHP56</directory> <exclude>./tests/PHP70</exclude> <exclude>./tests/PHP72</exclude> <exclude>./tests/Mockery/MockingVariadicArgumentsTest.php</exclude> </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/MockeryPHPUnitIntegrationAssertPostConditionsForV8.php</file> <file>./library/Mockery/Adapter/Phpunit/MockeryTestCaseSetUpForV8.php</file> </exclude> </whitelist> </filter> </phpunit>
Upload File
Create Folder