jace ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
..
src ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
tests ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
.gitignore ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
.travis.yml ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
LICENSE ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
README.md ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
build.xml ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
composer.json ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година
phpunit.xml.dist ca8b17eef4 VG项目的代码(基于和隆项目的代码) пре 7 година

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