Robin 15f8f6f002 接入新的支付通道 6 vuotta sitten
..
src 15f8f6f002 接入新的支付通道 6 vuotta sitten
tests 15f8f6f002 接入新的支付通道 6 vuotta sitten
.gitignore 15f8f6f002 接入新的支付通道 6 vuotta sitten
.travis.yml 15f8f6f002 接入新的支付通道 6 vuotta sitten
LICENSE 15f8f6f002 接入新的支付通道 6 vuotta sitten
README.md 15f8f6f002 接入新的支付通道 6 vuotta sitten
build.xml 15f8f6f002 接入新的支付通道 6 vuotta sitten
composer.json 15f8f6f002 接入新的支付通道 6 vuotta sitten
phpunit.xml.dist 15f8f6f002 接入新的支付通道 6 vuotta sitten

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