recon/application/vendor/sebastian/global-state
2023-02-27 18:53:14 +05:30
..
src folder added : ps 2023-02-27 18:53:14 +05:30
tests folder added : ps 2023-02-27 18:53:14 +05:30
.gitignore folder added : ps 2023-02-27 18:53:14 +05:30
.travis.yml folder added : ps 2023-02-27 18:53:14 +05:30
build.xml folder added : ps 2023-02-27 18:53:14 +05:30
composer.json folder added : ps 2023-02-27 18:53:14 +05:30
LICENSE folder added : ps 2023-02-27 18:53:14 +05:30
phpunit.xml.dist folder added : ps 2023-02-27 18:53:14 +05:30
README.md folder added : ps 2023-02-27 18:53:14 +05:30

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