/home/techb158/ileadtechnology.com/vendor/sebastian/global-state
NameSizeModeActions
.github/-0755rm
src/-0755rm
tests/-0755rm
.gitignore770644editdlrm
.php_cs.dist79980644editdlrm
.travis.yml3800644editdlrm
build.xml6970644editdlrm
ChangeLog.md11060644editdlrm
composer.json10940644editdlrm
LICENSE15570644editdlrm
phpunit.xml9300644editdlrm
README.md6350644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/sebastian/global-state/README.md (635B)
# global-state Snapshotting of global state, factored out of PHPUnit into a stand-alone component. [![Build Status](https://travis-ci.org/sebastianbergmann/global-state.svg?branch=master)](https://travis-ci.org/sebastianbergmann/global-state) ## Installation You can add this library as a local, per-project dependency to your project using [Composer](https://getcomposer.org/): composer require sebastian/global-state 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 sebastian/global-state