Bez popisu

sunhao fe08a6fbcc 初始 %!s(int64=5) %!d(string=před) roky
..
build fe08a6fbcc 初始 %!s(int64=5) %!d(string=před) roky
src fe08a6fbcc 初始 %!s(int64=5) %!d(string=před) roky
tests fe08a6fbcc 初始 %!s(int64=5) %!d(string=před) roky
.gitignore fe08a6fbcc 初始 %!s(int64=5) %!d(string=před) roky
.travis.yml fe08a6fbcc 初始 %!s(int64=5) %!d(string=před) roky
LICENSE fe08a6fbcc 初始 %!s(int64=5) %!d(string=před) roky
README.md fe08a6fbcc 初始 %!s(int64=5) %!d(string=před) roky
build.xml fe08a6fbcc 初始 %!s(int64=5) %!d(string=před) roky
composer.json fe08a6fbcc 初始 %!s(int64=5) %!d(string=před) roky

README.md

GlobalState

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

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