root f5385eda57 初次提交 3 lat temu
..
.github f5385eda57 初次提交 3 lat temu
src f5385eda57 初次提交 3 lat temu
tests f5385eda57 初次提交 3 lat temu
.gitattributes f5385eda57 初次提交 3 lat temu
.gitignore f5385eda57 初次提交 3 lat temu
.php_cs.dist f5385eda57 初次提交 3 lat temu
.travis.yml f5385eda57 初次提交 3 lat temu
ChangeLog.md f5385eda57 初次提交 3 lat temu
LICENSE f5385eda57 初次提交 3 lat temu
README.md f5385eda57 初次提交 3 lat temu
composer.json f5385eda57 初次提交 3 lat temu
phpunit.xml f5385eda57 初次提交 3 lat temu

README.md

Build Status

php-file-iterator

Installation

You can add this library as a local, per-project dependency to your project using Composer:

composer require phpunit/php-file-iterator

If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:

composer require --dev phpunit/php-file-iterator