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

README.md

GlobalState

Snapshotting of global state, factored out of PHPUnit into a stand-alone component.

Build Status

Installation

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