Dashboard sipadu mbip
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
root d8c1b4a1be initial 5 år sedan
..
.github initial 5 år sedan
src initial 5 år sedan
tests initial 5 år sedan
.gitignore initial 5 år sedan
.php_cs initial 5 år sedan
.php_cs.dist initial 5 år sedan
.travis.yml initial 5 år sedan
ChangeLog.md initial 5 år sedan
LICENSE initial 5 år sedan
README.md initial 5 år sedan
build.xml initial 5 år sedan
composer.json initial 5 år sedan
phpunit.xml initial 5 år sedan

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