root 727568f5e1 first há 4 anos atrás
..
src 727568f5e1 first há 4 anos atrás
tests 727568f5e1 first há 4 anos atrás
.gitignore 727568f5e1 first há 4 anos atrás
.php_cs 727568f5e1 first há 4 anos atrás
.travis.yml 727568f5e1 first há 4 anos atrás
LICENSE 727568f5e1 first há 4 anos atrás
README.md 727568f5e1 first há 4 anos atrás
build.xml 727568f5e1 first há 4 anos atrás
composer.json 727568f5e1 first há 4 anos atrás
phpunit.xml 727568f5e1 first há 4 anos atrás

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