Drupal investigation

HSA Test User c16dcac362 User import 7 vuotta sitten
..
src c16dcac362 User import 7 vuotta sitten
.gitignore c16dcac362 User import 7 vuotta sitten
.travis.yml c16dcac362 User import 7 vuotta sitten
LICENSE c16dcac362 User import 7 vuotta sitten
README.md c16dcac362 User import 7 vuotta sitten
build.xml c16dcac362 User import 7 vuotta sitten
composer.json c16dcac362 User import 7 vuotta sitten
phpunit.xml.dist c16dcac362 User import 7 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.*"
    }
}