Aucune description

sunlight 897b10eb13 mzb il y a 6 ans
..
src 897b10eb13 mzb il y a 6 ans
tests 897b10eb13 mzb il y a 6 ans
.gitignore 897b10eb13 mzb il y a 6 ans
.travis.yml 897b10eb13 mzb il y a 6 ans
LICENSE 897b10eb13 mzb il y a 6 ans
README.md 897b10eb13 mzb il y a 6 ans
build.xml 897b10eb13 mzb il y a 6 ans
composer.json 897b10eb13 mzb il y a 6 ans
phpunit.xml.dist 897b10eb13 mzb il y a 6 ans

README.md

GlobalState

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

Build Status

Installation

To add this package as a local, per-project dependency to your project, simply add a dependency on sebastian/global-state to your project's composer.json file. Here is a minimal example of a composer.json file that just defines a dependency on GlobalState:

{
    "require": {
        "sebastian/global-state": "1.0.*"
    }
}