gwang 19e67a2dc1 source first commit 5 жил өмнө
..
src 19e67a2dc1 source first commit 5 жил өмнө
tests 19e67a2dc1 source first commit 5 жил өмнө
.gitignore 19e67a2dc1 source first commit 5 жил өмнө
.travis.yml 19e67a2dc1 source first commit 5 жил өмнө
LICENSE 19e67a2dc1 source first commit 5 жил өмнө
README.md 19e67a2dc1 source first commit 5 жил өмнө
build.xml 19e67a2dc1 source first commit 5 жил өмнө
composer.json 19e67a2dc1 source first commit 5 жил өмнө
phpunit.xml.dist 19e67a2dc1 source first commit 5 жил өмнө

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.*"
    }
}