選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
Florian Eisenmenger dd0eabdf3f initial commit 4年前
..
src initial commit 4年前
tests initial commit 4年前
.gitignore initial commit 4年前
.travis.yml initial commit 4年前
LICENSE initial commit 4年前
README.md initial commit 4年前
build.xml initial commit 4年前
composer.json initial commit 4年前
phpunit.xml.dist initial commit 4年前

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