Robin 90afbc9e9e 新建测试目录xxx пре 6 година
..
src 90afbc9e9e 新建测试目录xxx пре 6 година
tests 90afbc9e9e 新建测试目录xxx пре 6 година
.gitignore 90afbc9e9e 新建测试目录xxx пре 6 година
.travis.yml 90afbc9e9e 新建测试目录xxx пре 6 година
LICENSE 90afbc9e9e 新建测试目录xxx пре 6 година
README.md 90afbc9e9e 新建测试目录xxx пре 6 година
build.xml 90afbc9e9e 新建测试目录xxx пре 6 година
composer.json 90afbc9e9e 新建测试目录xxx пре 6 година
phpunit.xml.dist 90afbc9e9e 新建测试目录xxx пре 6 година

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