Drupal investigation

HSA Test User c16dcac362 User import il y a 7 ans
..
src c16dcac362 User import il y a 7 ans
.gitignore c16dcac362 User import il y a 7 ans
.travis.yml c16dcac362 User import il y a 7 ans
LICENSE c16dcac362 User import il y a 7 ans
README.md c16dcac362 User import il y a 7 ans
build.xml c16dcac362 User import il y a 7 ans
composer.json c16dcac362 User import il y a 7 ans
phpunit.xml.dist c16dcac362 User import il y a 7 ans

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