|
3 år sedan | |
---|---|---|
.. | ||
.github | 3 år sedan | |
src | 3 år sedan | |
tests | 3 år sedan | |
.gitignore | 3 år sedan | |
.php_cs.dist | 3 år sedan | |
.travis.yml | 3 år sedan | |
ChangeLog.md | 3 år sedan | |
LICENSE | 3 år sedan | |
README.md | 3 år sedan | |
build.xml | 3 år sedan | |
composer.json | 3 år sedan | |
phpunit.xml | 3 år sedan |
Snapshotting of global state, factored out of PHPUnit into a stand-alone component.
You can add this library as a local, per-project dependency to your project using Composer:
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