Advanced file-system operations. For those who want a native php implementation of rm -rf
, etc.
Add the following to your composer.json file
"require": {
"mangirdas/file-system": "*"
},
...
vendor/bin/phpunit --bootstrap tests/bootstrap.php tests
(works only on Linux)