Fernando Alonso d58c5b0f40 test navegación 6 vuotta sitten
..
src d58c5b0f40 test navegación 6 vuotta sitten
tests d58c5b0f40 test navegación 6 vuotta sitten
.gitignore d58c5b0f40 test navegación 6 vuotta sitten
.php_cs d58c5b0f40 test navegación 6 vuotta sitten
.travis.yml d58c5b0f40 test navegación 6 vuotta sitten
LICENSE d58c5b0f40 test navegación 6 vuotta sitten
README.md d58c5b0f40 test navegación 6 vuotta sitten
build.xml d58c5b0f40 test navegación 6 vuotta sitten
composer.json d58c5b0f40 test navegación 6 vuotta sitten
phpunit.xml d58c5b0f40 test navegación 6 vuotta sitten

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