hotel_commerce/modules/qloautoupgrade/vendor/sebastian/global-state
2023-06-26 13:09:26 +05:30
..
src susee:initial cmt 2023-06-26 13:09:26 +05:30
tests susee:initial cmt 2023-06-26 13:09:26 +05:30
.gitignore susee:initial cmt 2023-06-26 13:09:26 +05:30
.travis.yml susee:initial cmt 2023-06-26 13:09:26 +05:30
build.xml susee:initial cmt 2023-06-26 13:09:26 +05:30
composer.json susee:initial cmt 2023-06-26 13:09:26 +05:30
index.php susee:initial cmt 2023-06-26 13:09:26 +05:30
LICENSE susee:initial cmt 2023-06-26 13:09:26 +05:30
phpunit.xml.dist susee:initial cmt 2023-06-26 13:09:26 +05:30
README.md susee:initial cmt 2023-06-26 13:09:26 +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.*"
    }
}