1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-12 13:34:39 +02:00
Files
php-e107/vendor/phpunit/php-file-iterator
2018-02-06 03:18:31 -06:00
..
2018-02-06 03:18:31 -06:00
2018-02-06 03:18:31 -06:00
2018-02-06 03:18:31 -06:00
2018-02-06 03:18:31 -06:00
2018-02-06 03:18:31 -06:00
2018-02-06 03:18:31 -06:00
2018-02-06 03:18:31 -06:00

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