<?php namespace League\Flysystem\Local { function rmdir(...$arguments) { if ( ! is_mocked('rmdir')) { return \rmdir(...$arguments); } return return_mocked_value('rmdir'); } function unlink(...$arguments) { if ( ! is_mocked('unlink')) { return \unlink(...$arguments); } return return_mocked_value('unlink'); } function filemtime(...$arguments) { if ( ! is_mocked('filemtime')) { return \filemtime(...$arguments); } return return_mocked_value('filemtime'); } function filesize(...$arguments) { if ( ! is_mocked('filesize')) { return \filesize(...$arguments); } return return_mocked_value('filesize'); } } namespace League\Flysystem\InMemory { function time() { if ( ! is_mocked('time')) { return \time(); } return return_mocked_value('time'); } } namespace League\Flysystem\Ftp { function ftp_raw(...$arguments) { if ( ! is_mocked('ftp_raw')) { return \ftp_raw(...$arguments); } return return_mocked_value('ftp_raw'); } function ftp_set_option(...$arguments) { if ( ! is_mocked('ftp_set_option')) { return \ftp_set_option(...$arguments); } return return_mocked_value('ftp_set_option'); } function ftp_pasv(...$arguments) { if ( ! is_mocked('ftp_pasv')) { return \ftp_pasv(...$arguments); } return return_mocked_value('ftp_pasv'); } function ftp_pwd(...$arguments) { if ( ! is_mocked('ftp_pwd')) { return \ftp_pwd(...$arguments); } return return_mocked_value('ftp_pwd'); } function ftp_fput(...$arguments) { if ( ! is_mocked('ftp_fput')) { return \ftp_fput(...$arguments); } return return_mocked_value('ftp_fput'); } function ftp_chmod(...$arguments) { if ( ! is_mocked('ftp_chmod')) { return \ftp_chmod(...$arguments); } return return_mocked_value('ftp_chmod'); } function ftp_mkdir(...$arguments) { if ( ! is_mocked('ftp_mkdir')) { return \ftp_mkdir(...$arguments); } return return_mocked_value('ftp_mkdir'); } function ftp_delete(...$arguments) { if ( ! is_mocked('ftp_delete')) { return \ftp_delete(...$arguments); } return return_mocked_value('ftp_delete'); } function ftp_rmdir(...$arguments) { if ( ! is_mocked('ftp_rmdir')) { return \ftp_rmdir(...$arguments); } return return_mocked_value('ftp_rmdir'); } function ftp_fget(...$arguments) { if ( ! is_mocked('ftp_fget')) { return \ftp_fget(...$arguments); } return return_mocked_value('ftp_fget'); } function ftp_rawlist(...$arguments) { if ( ! is_mocked('ftp_rawlist')) { return \ftp_rawlist(...$arguments); } return return_mocked_value('ftp_rawlist'); } } namespace League\Flysystem\ZipArchive { function stream_get_contents(...$arguments) { if ( ! is_mocked('stream_get_contents')) { return \stream_get_contents(...$arguments); } return return_mocked_value('stream_get_contents'); } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.git | Folder | 0755 |
|
|
.github | Folder | 0755 |
|
|
bin | Folder | 0755 |
|
|
src | Folder | 0755 |
|
|
test_files | Folder | 0755 |
|
|
.dockerignore | File | 6 B | 0644 |
|
.editorconfig | File | 149 B | 0644 |
|
.gitattributes | File | 1.14 KB | 0644 |
|
.gitignore | File | 173 B | 0644 |
|
.php-cs-fixer.dist.php | File | 1.32 KB | 0644 |
|
.scrutinizer.yml | File | 777 B | 0644 |
|
CHANGELOG.md | File | 13.78 KB | 0644 |
|
CODE_OF_CONDUCT.md | File | 5.22 KB | 0644 |
|
INFO.md | File | 141 B | 0644 |
|
LICENSE | File | 1.06 KB | 0644 |
|
composer.json | File | 1.52 KB | 0644 |
|
config.subsplit-publish.json | File | 2.35 KB | 0644 |
|
docker-compose.yml | File | 2.2 KB | 0644 |
|
mocked-functions.php | File | 3.57 KB | 0644 |
|
phpstan.neon | File | 1011 B | 0644 |
|
phpunit.php | File | 163 B | 0644 |
|
phpunit.xml.dist | File | 662 B | 0644 |
|
readme.md | File | 3.32 KB | 0644 |
|