Skip to content

Snapshotting of global state, factored out of PHPUnit into a stand-alone component

License

Notifications You must be signed in to change notification settings

tael/global-state

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Snapshotting of global state, factored out of PHPUnit into a stand-alone component

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%