Hugo Sales 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 år sedan
..
.github 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 år sedan
src 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 år sedan
tests 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 år sedan
.gitignore 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 år sedan
.php_cs.dist 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 år sedan
.travis.yml 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 år sedan
ChangeLog.md 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 år sedan
LICENSE 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 år sedan
README.md 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 år sedan
build.xml 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 år sedan
composer.json 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 år sedan
phpunit.xml 6925b7fcfc [INSTALL] Move all non-public files to 'private' 3 år sedan

README.md

global-state

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