Robin 90afbc9e9e 新建测试目录xxx vor 6 Jahren
..
src 90afbc9e9e 新建测试目录xxx vor 6 Jahren
tests 90afbc9e9e 新建测试目录xxx vor 6 Jahren
.gitignore 90afbc9e9e 新建测试目录xxx vor 6 Jahren
.travis.yml 90afbc9e9e 新建测试目录xxx vor 6 Jahren
LICENSE 90afbc9e9e 新建测试目录xxx vor 6 Jahren
README.md 90afbc9e9e 新建测试目录xxx vor 6 Jahren
build.xml 90afbc9e9e 新建测试目录xxx vor 6 Jahren
composer.json 90afbc9e9e 新建测试目录xxx vor 6 Jahren
phpunit.xml.dist 90afbc9e9e 新建测试目录xxx vor 6 Jahren

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